]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/dts/uniphier-proxstream2-gentil.dts
arm64: optimize smp_kick_all_cpus
[u-boot] / arch / arm / dts / uniphier-proxstream2-gentil.dts
index 81d2385bf9addcd65bcdd198ff756d9024032c41..eb1d2bcc63a087fd66d14a92371ae3f96bc1a142 100644 (file)
@@ -19,8 +19,7 @@
        };
 
        chosen {
-               bootargs = "console=ttyS2,115200";
-               stdout-path = &serial2;
+               stdout-path = "serial2:115200n8";
        };
 
        aliases {
@@ -28,6 +27,7 @@
                serial1 = &serial1;
                serial2 = &serial2;
                i2c0 = &i2c0;
+               i2c2 = &i2c2;
                i2c4 = &i2c4;
                i2c5 = &i2c5;
                i2c6 = &i2c6;
 
 &i2c0 {
        status = "okay";
+
+       eeprom {
+               compatible = "24c64", "i2c-eeprom";
+               reg = <0x54>;
+               u-boot,i2c-offset-len = <2>;
+       };
+};
+
+&i2c2 {
+       status = "okay";
+};
+
+&emmc {
+       status = "okay";
+};
+
+&usb0 {
+       status = "okay";
 };
 
-/* for U-boot only */
+&usb1 {
+       status = "okay";
+};
+
+/* for U-Boot only */
 / {
        soc {
                u-boot,dm-pre-reloc;
        u-boot,dm-pre-reloc;
 };
 
+&mio {
+       u-boot,dm-pre-reloc;
+};
+
+&emmc {
+       u-boot,dm-pre-reloc;
+};
+
 &pinctrl {
        u-boot,dm-pre-reloc;
 };
@@ -60,3 +90,7 @@
 &pinctrl_uart2 {
        u-boot,dm-pre-reloc;
 };
+
+&pinctrl_emmc {
+       u-boot,dm-pre-reloc;
+};