Lines Matching +full:firmware +full:- +full:gpios
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
3 #include <dt-bindings/gpio/gpio.h>
4 #include <dt-bindings/input/input.h>
5 #include <dt-bindings/leds/common.h>
19 compatible = "gpio-leds";
21 led-power-white {
24 gpios = <&gpio0 8 GPIO_ACTIVE_LOW>;
27 led-power-amber {
30 gpios = <&gpio0 9 GPIO_ACTIVE_LOW>;
33 led-wps {
36 gpios = <&gpio0 10 GPIO_ACTIVE_LOW>;
39 led-2ghz {
42 gpios = <&gpio0 14 GPIO_ACTIVE_LOW>;
45 led-5ghz-1 {
46 function = "5ghz-1";
48 gpios = <&gpio0 15 GPIO_ACTIVE_LOW>;
51 led-5ghz-2 {
52 function = "5ghz-2";
54 gpios = <&gpio0 16 GPIO_ACTIVE_LOW>;
57 led-usb2 {
60 gpios = <&gpio0 17 GPIO_ACTIVE_LOW>;
61 trigger-sources = <&ohci_port1>, <&ehci_port1>;
62 linux,default-trigger = "usbport";
65 led-usb3 {
68 gpios = <&gpio0 18 GPIO_ACTIVE_LOW>;
69 trigger-sources = <&ohci_port2>, <&ehci_port2>, <&xhci_port2>;
70 linux,default-trigger = "usbport";
73 led-wifi {
76 gpios = <&gpio0 56 GPIO_ACTIVE_LOW>;
82 nvmem-cells = <&base_mac_addr>;
83 nvmem-cell-names = "mac-address";
122 phy-mode = "internal";
123 phy-handle = <&phy12>;
129 brcm,wp-not-connected;
134 nand-ecc-strength = <4>;
135 nand-ecc-step-size = <512>;
136 nand-on-flash-bbt;
138 #address-cells = <1>;
139 #size-cells = <0>;
142 compatible = "fixed-partitions";
143 #address-cells = <1>;
144 #size-cells = <1>;
149 #address-cells = <1>;
150 #size-cells = <1>;
153 nvmem-layout {
154 compatible = "fixed-layout";
155 #address-cells = <1>;
156 #size-cells = <1>;
165 compatible = "brcm,bcm4908-firmware";
166 label = "firmware";