X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=arch%2Farm%2Fdts%2Funiphier-proxstream2-gentil.dts;h=61f61641afc1078e8d015836f95a19b45257d263;hb=9f03247edc7761b608db31104821b4518a70e691;hp=d0af8acd3706afb7ba41670c2ad57141bd3c5f92;hpb=5f5620ab2679608f94b3a77e51c77d0a770103bd;p=u-boot diff --git a/arch/arm/dts/uniphier-proxstream2-gentil.dts b/arch/arm/dts/uniphier-proxstream2-gentil.dts index d0af8acd37..61f61641af 100644 --- a/arch/arm/dts/uniphier-proxstream2-gentil.dts +++ b/arch/arm/dts/uniphier-proxstream2-gentil.dts @@ -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; @@ -40,6 +40,20 @@ &i2c0 { status = "okay"; + + eeprom { + compatible = "24c64", "i2c-eeprom"; + reg = <0x54>; + u-boot,i2c-offset-len = <2>; + }; +}; + +&i2c2 { + status = "okay"; +}; + +&emmc { + status = "okay"; }; &usb0 { @@ -50,21 +64,23 @@ status = "okay"; }; -/* for U-boot only */ -/ { - soc { - u-boot,dm-pre-reloc; - }; +/* for U-Boot only */ +&serial2 { + u-boot,dm-pre-reloc; }; -&serial2 { +&mio { u-boot,dm-pre-reloc; }; -&pinctrl { +&emmc { u-boot,dm-pre-reloc; }; &pinctrl_uart2 { u-boot,dm-pre-reloc; }; + +&pinctrl_emmc { + u-boot,dm-pre-reloc; +};