1
0
Fork 0

arm: zynq: dts: Add U-Boot device tree additions

We need to mark some device tree nodes so that they are available before
relocation. This enables driver model to find these automatically. In the
case of SPL it ensures that these nodes will be retained in SPL.

Signed-off-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
utp
Simon Glass 2015-10-17 19:41:24 -06:00 committed by Michal Simek
parent 71556fbcbf
commit 035c6b271d
11 changed files with 19 additions and 0 deletions

View File

@ -54,6 +54,7 @@
};
amba: amba {
u-boot,dm-pre-reloc;
compatible = "simple-bus";
#address-cells = <1>;
#size-cells = <1>;

View File

@ -26,3 +26,8 @@
&qspi {
status = "okay";
};
&uart1 {
u-boot,dm-pre-reloc;
status = "okay";
};

View File

@ -21,3 +21,8 @@
reg = <0 0x40000000>;
};
};
&uart1 {
u-boot,dm-pre-reloc;
status = "okay";
};

View File

@ -376,6 +376,7 @@
};
&uart1 {
u-boot,dm-pre-reloc;
status = "okay";
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_uart1_default>;

View File

@ -297,6 +297,7 @@
};
&uart1 {
u-boot,dm-pre-reloc;
status = "okay";
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_uart1_default>;

View File

@ -88,6 +88,7 @@
};
&uart1 {
u-boot,dm-pre-reloc;
status = "okay";
};

View File

@ -55,6 +55,7 @@
};
&uart1 {
u-boot,dm-pre-reloc;
status = "okay";
};

View File

@ -62,5 +62,6 @@
};
&uart1 {
u-boot,dm-pre-reloc;
status = "okay";
};

View File

@ -75,5 +75,6 @@
};
&uart0 {
u-boot,dm-pre-reloc;
status = "okay";
};

View File

@ -54,6 +54,7 @@
};
&uart1 {
u-boot,dm-pre-reloc;
status = "okay";
};

View File

@ -49,5 +49,6 @@
};
&uart1 {
u-boot,dm-pre-reloc;
status = "okay";
};