Lines Matching +full:standby +full:- +full:gpios

4  * SPDX-License-Identifier: Apache-2.0
7 /dts-v1/;
10 #include <zephyr/dt-bindings/pwm/pwm.h>
11 #include "rddrone_fmuk66-pinctrl.dtsi"
21 pwm-led0 = &red_pwm_led;
22 pwm-led1 = &green_pwm_led;
23 pwm-led2 = &blue_pwm_led;
25 red-pwm-led = &red_pwm_led;
26 green-pwm-led = &green_pwm_led;
27 blue-pwm-led = &blue_pwm_led;
39 zephyr,code-partition = &slot0_partition;
40 zephyr,uart-mcumgr = &lpuart0;
42 zephyr,shell-uart = &lpuart0;
43 zephyr,uart-pipe = &lpuart0;
48 compatible = "gpio-leds";
50 gpios = <&gpiod 13 GPIO_ACTIVE_LOW>;
54 gpios = <&gpiod 14 GPIO_ACTIVE_LOW>;
60 compatible = "pwm-leds";
73 transceiver0: can-phy0 {
74 compatible = "nxp,tja1042", "can-transceiver-gpio";
75 max-bitrate = <5000000>;
76 standby-gpios = <&gpioc 19 GPIO_ACTIVE_HIGH>;
77 #phy-cells = <0>;
80 transceiver1: can-phy1 {
81 compatible = "nxp,tja1042", "can-transceiver-gpio";
82 max-bitrate = <5000000>;
83 standby-gpios = <&gpioc 18 GPIO_ACTIVE_HIGH>;
84 #phy-cells = <0>;
87 /* This regulator enables the 3V3_S line, which powers sensors on-board. */
88 reg-3v3-s {
89 compatible = "regulator-fixed";
90 regulator-name = "reg-3v3-s";
91 enable-gpios = <&gpiob 8 GPIO_ACTIVE_HIGH>;
92 startup-delay-us = <2000>;
93 regulator-always-on;
98 reg-3v3-neth {
99 compatible = "regulator-fixed";
100 regulator-name = "reg-3v3-neth";
101 enable-gpios = <&gpiob 3 GPIO_ACTIVE_LOW>;
102 regulator-always-on;
107 reg-3v3-sd {
108 compatible = "regulator-fixed";
109 regulator-name = "reg-3v3-sd";
110 enable-gpios = <&gpiod 6 GPIO_ACTIVE_HIGH>;
111 regulator-always-on;
117 pllfll-select = <KINETIS_SIM_PLLFLLSEL_MCGPLLCLK>;
118 er32k-select = <KINETIS_SIM_ER32KSEL_RTC>;
122 clock-frequency = <160000000>;
139 voltage-reference = <2>;
145 compatible = "nxp,ftm-pwm";
146 #pwm-cells = <3>;
147 pinctrl-0 = <&ftm0_default>;
148 pinctrl-names = "default";
149 clock-source = "fixed";
156 compatible = "nxp,ftm-pwm";
157 #pwm-cells = <3>;
158 pinctrl-0 = <&ftm3_default>;
159 pinctrl-names = "default";
160 clock-source = "fixed";
166 current-speed = <115200>;
167 pinctrl-0 = <&lpuart0_default>;
168 pinctrl-names = "default";
172 compatible = "nxp,kinetis-usbd";
174 num-bidir-endpoints = <8>;
179 current-speed = <115200>;
180 pinctrl-0 = <&uart0_default>;
181 pinctrl-names = "default";
186 current-speed = <115200>;
187 pinctrl-0 = <&uart1_default>;
188 pinctrl-names = "default";
193 current-speed = <115200>;
194 pinctrl-0 = <&uart2_default>;
195 pinctrl-names = "default";
200 current-speed = <115200>;
201 pinctrl-0 = <&uart4_default>;
202 pinctrl-names = "default";
206 compatible = "nxp,kinetis-usbd";
208 num-bidir-endpoints = <8>;
234 compatible = "fixed-partitions";
235 #address-cells = <1>;
236 #size-cells = <1>;
241 read-only;
243 /* The MCUBoot swap-move algorithm uses the last 3 sectors
247 label = "image-0";
251 label = "image-1";
263 pinctrl-0 = <&enet_default>;
264 pinctrl-names = "default";
265 phy-connection-type = "rmii";
266 phy-handle = <&phy>;
267 zephyr,random-mac-address;
272 pinctrl-0 = <&mdio_default>;
273 pinctrl-names = "default";
275 compatible = "ethernet-phy";
283 pinctrl-0 = <&flexcan0_default>;
284 pinctrl-names = "default";
290 pinctrl-0 = <&flexcan1_default>;
291 pinctrl-names = "default";
298 pinctrl-0 = <&i2c0_default>;
299 pinctrl-names = "default";
307 pinctrl-0 = <&i2c1_default>;
308 pinctrl-names = "default";
328 /* f-ram spi port */
331 pinctrl-0 = <&spi0_default>;
332 pinctrl-names = "default";
338 pinctrl-0 = <&spi1_default>;
339 pinctrl-names = "default";
341 * cs-gpios needs to be populated as per the schematics
342 * fxos8700 - CS#0
343 * fxas21002 - CS#1
345 cs-gpios = <&gpiob 10 GPIO_ACTIVE_LOW>,
347 clock-frequency = <DT_FREQ_M(1)>;
353 spi-max-frequency = <DT_FREQ_M(1)>;
354 reset-gpios = <&gpioa 25 GPIO_ACTIVE_HIGH>;
355 int1-gpios = <&gpioe 9 GPIO_ACTIVE_LOW>;
356 int2-gpios = <&gpioe 10 GPIO_ACTIVE_LOW>;
363 spi-max-frequency = <DT_FREQ_M(1)>;
364 reset-gpios = <&gpiod 12 GPIO_ACTIVE_LOW>;
365 int1-gpios = <&gpioe 7 GPIO_ACTIVE_LOW>;
366 int2-gpios = <&gpioe 6 GPIO_ACTIVE_LOW>;
375 pinctrl-0 = <&spi2_default>;
376 pinctrl-names = "default";