mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-01 00:49:43 +00:00
b7723f3f30
Sort nodes in dts files according the the following rules: 1) Any nodes that already exist in any /include/d file, in the order they appear in the /include/d file. 2) Any nodes with a reg property, in order of their address. 3) Any nodes without a reg property, alphabetically by node name. Signed-off-by: Allen Martin <amartin@nvidia.com> Signed-off-by: Tom Warren <twarren@nvidia.com>
87 lines
1.4 KiB
Text
87 lines
1.4 KiB
Text
/dts-v1/;
|
|
|
|
/include/ ARCH_CPU_DTS
|
|
|
|
/ {
|
|
model = "Avionic Design Tamonten Evaluation Carrier";
|
|
compatible = "ad,tec", "nvidia,tegra20";
|
|
|
|
aliases {
|
|
usb0 = "/usb@c5008000";
|
|
};
|
|
|
|
memory {
|
|
reg = <0x00000000 0x20000000>;
|
|
};
|
|
|
|
host1x {
|
|
status = "okay";
|
|
|
|
dc@54200000 {
|
|
status = "okay";
|
|
|
|
rgb {
|
|
nvidia,panel = <&lcd_panel>;
|
|
status = "okay";
|
|
};
|
|
};
|
|
};
|
|
|
|
serial@70006300 {
|
|
clock-frequency = <216000000>;
|
|
};
|
|
|
|
nand-controller@70008000 {
|
|
nvidia,wp-gpios = <&gpio 23 0>; /* PC7 */
|
|
nvidia,width = <8>;
|
|
nvidia,timing = <26 100 20 80 20 10 12 10 70>;
|
|
|
|
nand@0 {
|
|
reg = <0>;
|
|
compatible = "hynix,hy27uf4g2b", "nand-flash";
|
|
};
|
|
};
|
|
|
|
i2c@7000c000 {
|
|
status = "disabled";
|
|
};
|
|
|
|
i2c@7000c400 {
|
|
status = "disabled";
|
|
};
|
|
|
|
i2c@7000c500 {
|
|
status = "disabled";
|
|
};
|
|
|
|
i2c@7000d000 {
|
|
status = "disabled";
|
|
};
|
|
|
|
usb@c5000000 {
|
|
status = "disabled";
|
|
};
|
|
|
|
usb@c5004000 {
|
|
status = "disabled";
|
|
};
|
|
|
|
lcd_panel: panel {
|
|
clock = <33260000>;
|
|
xres = <800>;
|
|
yres = <480>;
|
|
left-margin = <120>;
|
|
right-margin = <120>;
|
|
hsync-len = <16>;
|
|
lower-margin = <15>;
|
|
upper-margin = <15>;
|
|
vsync-len = <15>;
|
|
|
|
nvidia,bits-per-pixel = <16>;
|
|
nvidia,pwm = <&pwm 0 500000>;
|
|
nvidia,backlight-enable-gpios = <&gpio 13 0>; /* PB5 */
|
|
nvidia,backlight-vdd-gpios = <&gpio 176 0>; /* PW0 */
|
|
nvidia,lvds-shutdown-gpios = <&gpio 10 0>; /* PB2 */
|
|
nvidia,panel-timings = <0 0 0 0>;
|
|
};
|
|
};
|