summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/tegra124-tn8-p1761-1270-a02-battery.dts
blob: 25d0e03f37487611e1ce0489b7ac6bbf6db6ac87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#include "tegra124-tn8-p1761-1270-a02.dts"
#include <dt-bindings/iio/meter/ina3221x.h>
#include "tegra124-platforms/tegra124-tn8-usb-devices.dtsi"

/ {
	i2c@7000c400 {
		lc709203f@0b {
			status = "okay";
			onsemi,kernel-threshold-soc = <2>;
			io-channels = <&ina3221x INA3221_CHAN_INDEX(0, CURRENT, NORMAL)>;
			io-channel-names = "battery-current";
		};

		hpa2163@6b {
			charger {
				status = "okay";
			};
		};
	};
};