rockchip: dts: rv1126: add i2c0 node
Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com> Change-Id: If2a15112290831d34f8445325329537e2697c866
This commit is contained in:
parent
a0c4f82828
commit
a9f6f74ccb
|
|
@ -151,6 +151,18 @@
|
|||
status = "okay";
|
||||
};
|
||||
|
||||
&i2c0 {
|
||||
u-boot,dm-spl;
|
||||
status = "okay";
|
||||
rk817_fg@20 {
|
||||
u-boot,dm-spl;
|
||||
compatible = "rk817,battery";
|
||||
reg = <0x20>;
|
||||
bat_res_up = <140>;
|
||||
bat_res_down = <20>;
|
||||
};
|
||||
};
|
||||
|
||||
&u2phy0 {
|
||||
u-boot,dm-pre-reloc;
|
||||
status = "okay";
|
||||
|
|
|
|||
Loading…
Reference in New Issue