]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/dts/uniphier-ph1-pro4-ref.dts
x86: Enable the queensbay cpu directory build
[u-boot] / arch / arm / dts / uniphier-ph1-pro4-ref.dts
index 03091a897afabdc5aa8f843897c4738c77288d3f..1227b628d19fcbeb24047a869c25b0e5930ca47f 100644 (file)
 
        chosen {
                bootargs = "console=ttyPS0,115200 earlyprintk";
+               stdout-path = &uart0;
        };
+
+       aliases {
+               serial0 = &uart0;
+               serial1 = &uart1;
+               serial2 = &uart2;
+               serial3 = &uart3;
+               i2c0 = &i2c0;
+               i2c1 = &i2c1;
+               i2c2 = &i2c2;
+               i2c3 = &i2c3;
+               i2c5 = &i2c5;
+               i2c6 = &i2c6;
+       };
+};
+
+&uart0 {
+       status = "okay";
+};
+
+&uart1 {
+       status = "okay";
+};
+
+&i2c0 {
+       status = "okay";
+       eeprom {
+               compatible = "i2c-eeprom";
+               reg = <0x50>;
+       };
+};
+
+&usb0 {
+       status = "okay";
+};
+
+&usb1 {
+       status = "okay";
 };