Commit 3a3eefec authored by Ciprian Marian Costea's avatar Ciprian Marian Costea Committed by Shawn Guo
Browse files

arm64: dts: s32g399a-rdb3: Add INA231 sensor entry over I2C4



Add INA231 current sensor for S32G399A-RDB3 boards.

Signed-off-by: default avatarCiprian Marian Costea <ciprianmarian.costea@oss.nxp.com>
Reviewed-by: default avatarMatthias Brugger <mbrugger@suse.com>
Reviewed-by: default avatarFrank Li <Frank.Li@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 81a97afe
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -40,6 +40,14 @@ &uart1 {
	status = "okay";
};

&i2c4 {
	current-sensor@40 {
		compatible = "ti,ina231";
		reg = <0x40>;
		shunt-resistor = <1000>;
	};
};

&usdhc0 {
	pinctrl-names = "default", "state_100mhz", "state_200mhz";
	pinctrl-0 = <&pinctrl_usdhc0>;