Skip to content

Commit a7b9000

Browse files
boards: portentac33: adding se05x into dts
Adding support for se05x device into portentac33 dts
1 parent cfcb865 commit a7b9000

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

boards/arduino/portenta_c33/arduino_portenta_c33.dts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,13 @@
180180
pf1550,vbus-current-limit-microamp = <1500000>;
181181
};
182182
};
183+
184+
se05x: se05x@48 {
185+
status = "okay";
186+
reg = <0x48>;
187+
compatible = "nxp,se05x";
188+
se05x,en-gpios = <&ioport0 10 GPIO_ACTIVE_HIGH>;
189+
};
183190
};
184191
};
185192

0 commit comments

Comments
 (0)