Lines Matching +full:enable +full:- +full:gpios

1 /* SPDX-License-Identifier: Apache-2.0 */
3 /dts-v1/;
6 #include <zephyr/dt-bindings/pwm/pwm.h>
7 #include "hexiwear_mk64f12-pinctrl.dtsi"
17 pwm-led0 = &green_pwm_led;
18 red-pwm-led = &red_pwm_led;
19 green-pwm-led = &green_pwm_led;
20 blue-pwm-led = &blue_pwm_led;
28 zephyr,code-partition = &slot0_partition;
29 zephyr,uart-mcumgr = &uart0;
31 zephyr,shell-uart = &uart0;
32 zephyr,bt-hci = &bt_hci_uart;
36 compatible = "gpio-leds";
38 gpios = <&gpioc 8 GPIO_ACTIVE_LOW>;
42 gpios = <&gpiod 0 GPIO_ACTIVE_LOW>;
46 gpios = <&gpioc 9 GPIO_ACTIVE_LOW>;
52 compatible = "pwm-leds";
65 en_bat_sens: enable-battery-sense {
66 compatible = "regulator-fixed";
67 regulator-name = "en_bat_sens";
68 enable-gpios = <&gpioc 14 GPIO_ACTIVE_LOW>;
69 regulator-boot-on;
72 en_ldo: enable-ldo {
73 compatible = "regulator-fixed";
74 regulator-name = "en_ldo";
75 enable-gpios = <&gpioa 29 GPIO_ACTIVE_HIGH>;
76 regulator-boot-on;
79 en_3v3b: enable-3v3b {
80 compatible = "regulator-fixed";
81 regulator-name = "en_3v3b";
82 enable-gpios = <&gpiob 12 GPIO_ACTIVE_LOW>;
83 regulator-boot-on;
88 pllfll-select = <KINETIS_SIM_PLLFLLSEL_MCGPLLCLK>;
89 er32k-select = <KINETIS_SIM_ER32KSEL_RTC>;
93 clock-frequency = <120000000>;
106 compatible = "nxp,ftm-pwm";
107 #pwm-cells = <3>;
108 pinctrl-0 = <&ftm3_default>;
109 pinctrl-names = "default";
110 clock-source = "fixed";
115 pinctrl-0 = <&i2c0_default>;
116 pinctrl-names = "default";
127 pinctrl-0 = <&i2c1_default>;
128 pinctrl-names = "default";
133 int1-gpios = <&gpioc 1 GPIO_ACTIVE_LOW>;
134 int2-gpios = <&gpiod 13 GPIO_ACTIVE_LOW>;
140 int1-gpios = <&gpiod 1 GPIO_ACTIVE_LOW>;
141 int2-gpios = <&gpioc 18 GPIO_ACTIVE_LOW>;
147 current-speed = <115200>;
148 pinctrl-0 = <&uart0_default>;
149 pinctrl-names = "default";
154 current-speed = <115200>;
155 pinctrl-0 = <&uart4_default>;
156 pinctrl-names = "default";
159 compatible = "zephyr,bt-hci-uart";
187 compatible = "fixed-partitions";
188 #address-cells = <1>;
189 #size-cells = <1>;
193 read-only;
195 /* The MCUBoot swap-move algorithm uses the last 2 sectors
199 label = "image-0";
203 label = "image-1";