Lines Matching +full:standby +full:- +full:gpios
4 * SPDX-License-Identifier: Apache-2.0
7 /dts-v1/;
10 #include "beagleplay-cc1352p7-pinctrl.dtsi"
14 compatible = "beagle,beagleplay-cc1352p7";
24 zephyr,shell-uart = &uart0;
30 compatible = "gpio-leds";
32 gpios = <&gpio0 27 GPIO_ACTIVE_HIGH>;
37 gpios = <&gpio0 28 GPIO_ACTIVE_HIGH>;
43 * The BeaglePlay cc1352 has an on-board antenna switch (SKY13317-373LF) used to
44 * select the appropriate RF signal port based on the currently-used PHY.
51 * Sub-1 GHz 0 1 // DIO30 mux to IOC_PORT_RFC_GPO0 for auto
57 gpios = <&gpio0 29 GPIO_ACTIVE_HIGH>, <&gpio0 30 GPIO_ACTIVE_HIGH>;
58 pinctrl-0 = <&board_ant_tx_pa_off &board_ant_subg_off>;
59 pinctrl-1 = <&board_ant_tx_pa_off &board_ant_subg_on>;
60 pinctrl-2 = <&board_ant_tx_pa_on &board_ant_subg_on>;
61 pinctrl-names = "default", "ant_subg", "ant_subg_pa";
66 clock-frequency = <48000000>;
67 cpu-power-states = <&idle &standby>;
80 current-speed = <115200>;
81 pinctrl-0 = <&uart0_rx_default &uart0_tx_default>;
82 pinctrl-names = "default";