arch/arm64/boot/dts/renesas/r9a07g043u11-smarc-du-adv7513.dtso
Source file repositories/reference/linux-study-clean/arch/arm64/boot/dts/renesas/r9a07g043u11-smarc-du-adv7513.dtso
File Facts
- System
- Linux kernel
- Corpus path
arch/arm64/boot/dts/renesas/r9a07g043u11-smarc-du-adv7513.dtso- Extension
.dtso- Size
- 1578 bytes
- Lines
- 63
- Domain
- Architecture Layer
- Bucket
- arch/arm64
- Inferred role
- Architecture Layer: arch/arm64
- Status
- atlas-only
Why This File Exists
CPU and platform-specific kernel glue: boot entry, traps, syscall entry, interrupts, page tables, context switch, and low-level barriers.
- CPU and platform-specific kernel glue: boot entry, traps, syscall entry, interrupts, page tables, context switch, and low-level barriers.
Dependency Surface
dt-bindings/pinctrl/rzg2l-pinctrl.hrz-smarc-du-adv7513.dtsi
Detected Declarations
- No top-level syscall, struct, function, initcall, or export declaration detected by the generator.
Annotated Snippet
// SPDX-License-Identifier: GPL-2.0
/*
* Device Tree overlay for the RZ/G2UL SMARC EVK with ADV7513 transmitter
* connected to DU enabled.
*
* Copyright (C) 2024 Renesas Electronics Corp.
*/
/dts-v1/;
/plugin/;
#include <dt-bindings/pinctrl/rzg2l-pinctrl.h>
#define ADV7513_PARENT_I2C i2c1
#include "rz-smarc-du-adv7513.dtsi"
&pinctrl {
du_pins: du {
data {
pinmux = <RZG2L_PORT_PINMUX(11, 2, 6)>,
<RZG2L_PORT_PINMUX(13, 1, 6)>,
<RZG2L_PORT_PINMUX(13, 0, 6)>,
<RZG2L_PORT_PINMUX(13, 4, 6)>,
<RZG2L_PORT_PINMUX(13, 3, 6)>,
<RZG2L_PORT_PINMUX(12, 1, 6)>,
<RZG2L_PORT_PINMUX(13, 2, 6)>,
<RZG2L_PORT_PINMUX(14, 0, 6)>,
<RZG2L_PORT_PINMUX(14, 2, 6)>,
<RZG2L_PORT_PINMUX(14, 1, 6)>,
<RZG2L_PORT_PINMUX(16, 0, 6)>,
<RZG2L_PORT_PINMUX(15, 0, 6)>,
<RZG2L_PORT_PINMUX(16, 1, 6)>,
<RZG2L_PORT_PINMUX(15, 1, 6)>,
<RZG2L_PORT_PINMUX(15, 3, 6)>,
<RZG2L_PORT_PINMUX(18, 0, 6)>,
<RZG2L_PORT_PINMUX(15, 2, 6)>,
<RZG2L_PORT_PINMUX(17, 0, 6)>,
<RZG2L_PORT_PINMUX(17, 2, 6)>,
<RZG2L_PORT_PINMUX(17, 1, 6)>,
<RZG2L_PORT_PINMUX(18, 1, 6)>,
<RZG2L_PORT_PINMUX(18, 2, 6)>,
<RZG2L_PORT_PINMUX(17, 3, 6)>,
<RZG2L_PORT_PINMUX(18, 3, 6)>;
drive-strength = <2>;
};
sync {
pinmux = <RZG2L_PORT_PINMUX(11, 0, 6)>, /* HSYNC */
<RZG2L_PORT_PINMUX(12, 0, 6)>; /* VSYNC */
drive-strength = <2>;
};
de {
pinmux = <RZG2L_PORT_PINMUX(11, 1, 6)>; /* DE */
drive-strength = <2>;
};
clk {
pinmux = <RZG2L_PORT_PINMUX(11, 3, 6)>; /* CLK */
};
};
};
Annotation
- Immediate include surface: `dt-bindings/pinctrl/rzg2l-pinctrl.h`, `rz-smarc-du-adv7513.dtsi`.
- Atlas domain: Architecture Layer / arch/arm64.
- Implementation status: atlas-only.
Implementation Notes
- This generated page is the file-by-file coverage layer; curated subsystem chapters should link here when they synthesize a multi-file control flow.
- Core OS pages should be promoted from atlas-only to deep-reviewed when they explain data structures, invariants, locking, lifecycle, and C implementation snippets.
- Driver-family pages are intentionally pattern-oriented unless they are part of the selected PCIe/NVMe representative device path.