Lines Matching +full:pwm +full:- +full:v1
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
6 * Copyright (C) 2018-2020 Christian Lamparter <chunkeey@gmail.com>
9 /dts-v1/;
12 #include "bcm5301x-nand-cs0-bch8.dtsi"
13 #include <dt-bindings/leds/common.h>
33 compatible = "gpio-leds";
39 panic-indicator;
49 compatible = "gpio-keys";
51 button-restart {
58 pwm-leds {
59 compatible = "pwm-leds";
61 led-0 {
62 /* SYS-LED 1 - Tricolor */
65 pwms = <&pwm 0 50000 0>;
66 max-brightness = <255>;
69 led-1 {
70 /* SYS-LED 1 - Tricolor */
73 pwms = <&pwm 1 50000 0>;
74 max-brightness = <255>;
77 led-2 {
78 /* SYS-LED 1 - Tricolor */
81 pwms = <&pwm 2 50000 0>;
82 max-brightness = <255>;
88 clock-frequency = <62500000>;
89 /delete-property/ clocks;
99 * bluetooth-le {
101 * enable-gpios = <&chipcommon 20 GPIO_ACTIVE_HIGH>;
107 nvmem-cell-names = "mac-address";
108 nvmem-cells = <&mac_address>;
121 &pwm {
123 pinctrl-names = "default";
124 pinctrl-0 = <&pinmux_pwm>;
134 * [ 1.733117] 0x000000400000-0x000008000000 : "nvram"
137 compatible = "fixed-partitions";
138 #address-cells = <0x1>;
139 #size-cells = <0x1>;
142 label = "u-boot";
144 read-only;
150 read-only;
156 read-only;
162 read-only;
183 fixed-link {
185 full-duplex;
202 pinctrl-names = "default";
203 pinctrl-0 = <&pinmux_i2c>;
205 clock-frequency = <100000>;
210 shunt-resistor = <60000>; /* = 60 mOhms */
217 read-only;
219 nvmem-layout {
220 compatible = "fixed-layout";
221 #address-cells = <1>;
222 #size-cells = <1>;
224 mac_address: mac-address@66 {