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";
64 linux,code = <KEY_RFKILL>;
65 gpios = <&chipcommon 3 GPIO_ACTIVE_LOW>;
70 linux,code = <KEY_RESTART>;
71 gpios = <&chipcommon 7 GPIO_ACTIVE_LOW>;
76 linux,code = <KEY_WPS_BUTTON>;
77 gpios = <&chipcommon 9 GPIO_ACTIVE_LOW>;
83 ranges = <0x00000000 0 0 0 0 0x00100000>;
88 reg = <0x0000 0 0 0 0>;
89 ranges = <0x00000000 0 0 0 0 0 0 0x00100000>;
94 reg = <0x0000 0 0 0 0>;
95 ranges = <0x00000000 0 0 0 0x00100000>;
99 pcie0_chipcommon: chipcommon@0 {