1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
3 * Copyright (C) 2016 Rafał Miłecki <rafal@milecki.pl>
8 #include "bcm53573.dtsi"
11 compatible = "tenda,ac9", "brcm,bcm47189", "brcm,bcm53573";
15 bootargs = "console=ttyS0,115200 earlycon";
19 device_type = "memory";
20 reg = <0x00000000 0x08000000>;
24 compatible = "gpio-leds";
27 label = "bcm53xx:blue:usb";
28 gpios = <&chipcommon 1 GPIO_ACTIVE_HIGH>;
29 trigger-sources = <&ohci_port1>, <&ehci_port1>;
30 linux,default-trigger = "usbport";
34 label = "bcm53xx:blue:wps";
35 gpios = <&chipcommon 10 GPIO_ACTIVE_HIGH>;
39 label = "bcm53xx:blue:5ghz";
40 gpios = <&chipcommon 11 GPIO_ACTIVE_HIGH>;
44 label = "bcm53xx:blue:system";
45 gpios = <&chipcommon 15 GPIO_ACTIVE_HIGH>;
46 linux,default-trigger = "timer";
51 compatible = "gpio-leds";
54 label = "bcm53xx:blue:2ghz";
55 gpios = <&pcie0_chipcommon 3 GPIO_ACTIVE_HIGH>;
60 compatible = "gpio-keys";
66 linux,code = <KEY_RFKILL>;
67 gpios = <&chipcommon 3 GPIO_ACTIVE_LOW>;
72 linux,code = <KEY_RESTART>;
73 gpios = <&chipcommon 7 GPIO_ACTIVE_LOW>;
78 linux,code = <KEY_WPS_BUTTON>;
79 gpios = <&chipcommon 9 GPIO_ACTIVE_LOW>;
85 ranges = <0x00000000 0 0 0 0 0x00100000>;
90 reg = <0x0000 0 0 0 0>;
91 ranges = <0x00000000 0 0 0 0 0 0 0x00100000>;
96 reg = <0x0000 0 0 0 0>;
97 ranges = <0x00000000 0 0 0 0x00100000>;
101 pcie0_chipcommon: chipcommon@0 {