arch/arm64/boot/dts/renesas/rz-smarc-du-adv7513.dtsi
Source file repositories/reference/linux-study-clean/arch/arm64/boot/dts/renesas/rz-smarc-du-adv7513.dtsi
File Facts
- System
- Linux kernel
- Corpus path
arch/arm64/boot/dts/renesas/rz-smarc-du-adv7513.dtsi- Extension
.dtsi- Size
- 1164 bytes
- Lines
- 73
- Domain
- Architecture Layer
- Bucket
- arch/arm64
- Inferred role
- Architecture Layer: configuration, schema, or hardware description
- 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
- No C-style include directives detected by the generator.
Detected Declarations
- No top-level syscall, struct, function, initcall, or export declaration detected by the generator.
Annotated Snippet
// SPDX-License-Identifier: GPL-2.0
/*
* Common Device Tree for the RZ/G2UL SMARC EVK (and alike EVKs) with
* ADV7513 transmitter connected to DU enabled.
*
* Copyright (C) 2024 Renesas Electronics Corp.
*/
&{/} {
hdmi-out {
compatible = "hdmi-connector";
type = "d";
port {
hdmi_con_out: endpoint {
remote-endpoint = <&adv7513_out>;
};
};
};
};
&du {
pinctrl-0 = <&du_pins>;
pinctrl-names = "default";
status = "okay";
};
&du_out_rgb {
remote-endpoint = <&adv7513_in>;
};
&ADV7513_PARENT_I2C {
#address-cells = <1>;
#size-cells = <0>;
adv7513: adv7513@39 {
compatible = "adi,adv7513";
reg = <0x39>;
adi,input-depth = <8>;
adi,input-colorspace = "rgb";
adi,input-clock = "1x";
avdd-supply = <®_1p8v>;
dvdd-supply = <®_1p8v>;
pvdd-supply = <®_1p8v>;
dvdd-3v-supply = <®_3p3v>;
bgvdd-supply = <®_1p8v>;
ports {
#address-cells = <1>;
#size-cells = <0>;
port@0 {
reg = <0>;
adv7513_in: endpoint {
remote-endpoint = <&du_out_rgb>;
};
};
port@1 {
reg = <1>;
adv7513_out: endpoint {
remote-endpoint = <&hdmi_con_out>;
};
};
};
Annotation
- 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.