Merge tag 'linux-kselftest-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
[sfrench/cifs-2.6.git] / arch / arm / boot / dts / aspeed-bmc-opp-palmetto.dts
index e1b523bd5b8b3b90616ccc272120c5ed52593819..c786bc2f2919b8586e60363a4314978eb61dbae9 100644 (file)
@@ -7,10 +7,6 @@
        model = "Palmetto BMC";
        compatible = "tyan,palmetto-bmc", "aspeed,ast2400";
 
-       aliases {
-               serial4 = &uart5;
-       };
-
        chosen {
                stdout-path = &uart5;
                bootargs = "console=ttyS4,115200 earlyprintk";
        pinctrl-names = "default";
        pinctrl-0 = <&pinctrl_rmii1_default>;
 };
+
+&i2c0 {
+       status = "okay";
+
+       eeprom@50 {
+               compatible = "atmel,24c256";
+               reg = <0x50>;
+               pagesize = <64>;
+       };
+
+       rtc@68 {
+               compatible = "dallas,ds3231";
+               reg = <0x68>;
+       };
+};
+
+&i2c1 {
+       status = "okay";
+};
+
+&i2c2 {
+       status = "okay";
+
+       tmp423@4c {
+               compatible = "ti,tmp423";
+               reg = <0x4c>;
+       };
+};
+
+&i2c3 {
+       status = "okay";
+};
+
+&i2c4 {
+       status = "okay";
+};
+
+&i2c5 {
+       status = "okay";
+};
+
+&i2c6 {
+       status = "okay";
+};
+
+&i2c7 {
+       status = "okay";
+};
+
+&vuart {
+       status = "okay";
+};