Skip to content
Snippets Groups Projects
Commit 3705dae1 authored by Michal Simek's avatar Michal Simek
Browse files

arm64: zynqmp: Add ina226 to zcu104 revC


Add new ina226 chip present on i2c bus which wasn't on revA.

Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
parent c66f5620
No related branches found
No related tags found
No related merge requests found
...@@ -145,10 +145,15 @@ ...@@ -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 @@ ...@@ -163,7 +168,7 @@
reg = <7>; reg = <7>;
}; };
/* 3, 6 not connected */ /* 4, 6 not connected */
}; };
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment