Commit a81e12d2 authored by Li Yang's avatar Li Yang Committed by Shawn Guo

arm64: dts: ls1043a-rdb: add pcf85263 rtc node

Add the missing node for rtc device under i2c and fix style problems at
the same time.
Signed-off-by: default avatarLi Yang <leoyang.li@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent ab9d8032
...@@ -29,23 +29,33 @@ chosen { ...@@ -29,23 +29,33 @@ chosen {
&i2c0 { &i2c0 {
status = "okay"; status = "okay";
ina220@40 { ina220@40 {
compatible = "ti,ina220"; compatible = "ti,ina220";
reg = <0x40>; reg = <0x40>;
shunt-resistor = <1000>; shunt-resistor = <1000>;
}; };
adt7461a@4c { adt7461a@4c {
compatible = "adi,adt7461"; compatible = "adi,adt7461";
reg = <0x4c>; reg = <0x4c>;
}; };
rtc@51 {
compatible = "nxp,pcf85263";
reg = <0x51>;
};
eeprom@52 { eeprom@52 {
compatible = "atmel,24c512"; compatible = "atmel,24c512";
reg = <0x52>; reg = <0x52>;
}; };
eeprom@53 { eeprom@53 {
compatible = "atmel,24c512"; compatible = "atmel,24c512";
reg = <0x53>; reg = <0x53>;
}; };
rtc@68 { rtc@68 {
compatible = "pericom,pt7c4338"; compatible = "pericom,pt7c4338";
reg = <0x68>; reg = <0x68>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment