mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-10-06 13:11:33 +02:00
arm64: zynqmp: Add ina226 to zcu104 revC
Add new ina226 chip present on i2c bus which wasn't on revA. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
parent
c66f5620e6
commit
3705dae164
@ -145,10 +145,15 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
i2c@4 {
|
i2c@3 {
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <0>;
|
#size-cells = <0>;
|
||||||
reg = <4>;
|
reg = <3>;
|
||||||
|
ina226@40 { /* u183 */
|
||||||
|
compatible = "ti,ina226";
|
||||||
|
reg = <0x40>;
|
||||||
|
shunt-resistor = <5000>;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
i2c@5 {
|
i2c@5 {
|
||||||
@ -163,7 +168,7 @@
|
|||||||
reg = <7>;
|
reg = <7>;
|
||||||
};
|
};
|
||||||
|
|
||||||
/* 3, 6 not connected */
|
/* 4, 6 not connected */
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user