1/*
2 * Copyright (c) 2023 Joseph Yates
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7&pico_i2c1 {
8	waveshare_pico_ups: ina219@43 {
9		status = "okay";
10		compatible = "ti,ina219";
11		reg = <0x43>;
12		brng = <1>;
13		pg = <3>;
14		sadc = <12>;
15		badc = <12>;
16		shunt-milliohm = <100>;
17		lsb-microamp = <20>;
18	};
19};
20