Lines Matching +full:regulator +full:- +full:always +full:- +full:on
4 * SPDX-License-Identifier: Apache-2.0
7 #include <zephyr/dt-bindings/input/input-event-codes.h>
11 zephyr,bt-c2h-uart = &usart1;
13 zephyr,shell-uart = &usart1;
14 zephyr,uart-pipe = &usart1;
20 compatible = "gpio-leds";
28 compatible = "gpio-keys";
36 wake_up_trigger: gpio-wake-up {
37 compatible = "silabs,gecko-wake-up-trigger";
43 compatible = "regulator-fixed";
45 regulator-name = "sw_sensor_enable";
46 startup-delay-us = <100000>;
47 /* Always on since sensor drivers won't enable it automatically */
48 regulator-always-on;
52 compatible = "regulator-fixed";
54 regulator-name = "sw_mic_enable";
55 startup-delay-us = <100000>;
59 compatible = "regulator-fixed";
61 regulator-name = "sw_imu_enable";
62 startup-delay-us = <100000>;
68 clock-frequency = <76800000>;
77 pinctrl-0 = <&usart0_default>;
78 pinctrl-names = "default";
80 cs-gpios = <&gpioc 3 GPIO_ACTIVE_LOW>;
83 compatible = "jedec,spi-nor";
85 spi-max-frequency = <80000000>;
87 jedec-id = [c2 28 14];
88 sfdp-bfp = [
98 current-speed = <115200>;
100 pinctrl-0 = <&usart1_default>;
101 pinctrl-names = "default";
110 compatible = "fixed-partitions";
111 #address-cells = <1>;
112 #size-cells = <1>;
117 location-swo = <0>;
142 pinctrl-0 = <&i2c0_default>;
143 pinctrl-names = "default";