Lines Matching +full:pwm +full:- +full:cells
4 * SPDX-License-Identifier: Apache-2.0
7 /dts-v1/;
10 #include "serpente-pinctrl.dtsi"
18 zephyr,shell-uart = &sercom2;
21 zephyr,code-partition = &code_partition;
28 red-led = &red_led;
29 green-led = &green_led;
30 blue-led = &blue_led;
32 pwm-led0 = &red_pwm_led;
33 pwm-led1 = &green_pwm_led;
34 pwm-led2 = &blue_pwm_led;
35 red-pwm-led = &red_pwm_led;
36 green-pwm-led = &green_pwm_led;
37 blue-pwm-led = &blue_pwm_led;
41 compatible = "gpio-leds";
57 compatible = "pwm-leds";
60 label = "Red PWM LED";
64 label = "Green PWM LED";
68 label = "Blue PWM LED";
74 clock-frequency = <48000000>;
83 compatible = "atmel,sam0-uart";
84 current-speed = <115200>;
88 pinctrl-0 = <&sercom2_uart_default>;
89 pinctrl-names = "default";
94 compatible = "atmel,sam0-spi";
97 #address-cells = <1>;
98 #size-cells = <0>;
100 pinctrl-0 = <&sercom3_spi_default>;
101 pinctrl-names = "default";
107 pinctrl-0 = <&usb_dc_default>;
108 pinctrl-names = "default";
113 compatible = "atmel,sam0-tcc-pwm";
115 #pwm-cells = <2>;
117 pinctrl-0 = <&pwm_default>;
118 pinctrl-names = "default";
123 compatible = "fixed-partitions";
124 #address-cells = <1>;
125 #size-cells = <1>;
130 read-only;
135 reg = <0x2000 DT_SIZE_K(256-8)>;
136 read-only;