Skip to content

Commit 51a9a31

Browse files
committed
Added Bus Voltage Range
1 parent 8df88e4 commit 51a9a31

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

boards/bronco_space/proves_flight_control_board_v5/proves_flight_control_board_v5.dtsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,13 +144,15 @@ zephyr_udc0: &usbd {
144144
ina219Sys: ina219Sys@40 {
145145
compatible = "ti,ina219";
146146
reg = <0x40>;
147+
brng = <0>;
147148
shunt-milliohm = <2>;
148149
lsb-microamp = <100>;
149150
label = "INA219 sys";
150151
};
151152
ina219Sol: ina219Sol@41 {
152153
compatible = "ti,ina219";
153154
reg = <0x41>;
155+
brng = <0>;
154156
shunt-milliohm = <2>;
155157
lsb-microamp = <100>;
156158
label = "INA219 sol";

0 commit comments

Comments
 (0)