Skip to content

Commit c40e665

Browse files
Ayush1325gregkh
authored andcommitted
dts: ti: k3-am625-beagleplay: Add beaglecc1352
The BeaglePlay board by BeagleBoard.org has a CC1352P7 co-processor connected to the main AM62 (running Linux) over UART. In the BeagleConnect Technology, CC1352 is responsible for handling 6LoWPAN communication with beagleconnect freedom nodes as well as their discovery. This mcu is used by gb-beagleplay, a Greybus driver for BeaglePlay. Signed-off-by: Ayush Singh <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent ec558bb commit c40e665

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

arch/arm64/boot/dts/ti/k3-am625-beagleplay.dts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -870,6 +870,12 @@
870870
pinctrl-names = "default";
871871
pinctrl-0 = <&wifi_debug_uart_pins_default>;
872872
status = "okay";
873+
874+
mcu {
875+
compatible = "ti,cc1352p7";
876+
reset-gpios = <&main_gpio0 72 GPIO_ACTIVE_LOW>;
877+
vdds-supply = <&vdd_3v3>;
878+
};
873879
};
874880

875881
&dss {

0 commit comments

Comments
 (0)