Commit c40e6653 authored by Ayush Singh's avatar Ayush Singh Committed by Greg Kroah-Hartman

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: default avatarAyush Singh <ayushdevel1325@gmail.com>
Link: https://lore.kernel.org/r/20231017101116.178041-4-ayushdevel1325@gmail.comSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent ec558bbf
...@@ -870,6 +870,12 @@ &main_uart6 { ...@@ -870,6 +870,12 @@ &main_uart6 {
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&wifi_debug_uart_pins_default>; pinctrl-0 = <&wifi_debug_uart_pins_default>;
status = "okay"; status = "okay";
mcu {
compatible = "ti,cc1352p7";
reset-gpios = <&main_gpio0 72 GPIO_ACTIVE_LOW>;
vdds-supply = <&vdd_3v3>;
};
}; };
&dss { &dss {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment