2 * Copyright (C) 2017 Broadcom
3 * Author: Florian Fainelli <f.fainelli@gmail.com>
5 * Licensed under the ISC license.
10 #include "bcm53573.dtsi"
13 compatible = "brcm,bcm947189acdbmr", "brcm,bcm47189", "brcm,bcm53573";
14 model = "Broadcom BCM947189ACDBMR";
17 bootargs = "console=ttyS0,115200 earlycon";
21 device_type = "memory";
22 reg = <0x00000000 0x08000000>;
26 compatible = "gpio-leds";
29 label = "bcm53xx:blue:wps";
30 gpios = <&chipcommon 10 GPIO_ACTIVE_HIGH>;
34 label = "bcm53xx:blue:5ghz";
35 gpios = <&chipcommon 11 GPIO_ACTIVE_HIGH>;
39 label = "bcm53xx:blue:2ghz";
40 gpios = <&chipcommon 12 GPIO_ACTIVE_HIGH>;
45 compatible = "gpio-keys";
49 linux,code = <KEY_RESTART>;
50 gpios = <&chipcommon 7 GPIO_ACTIVE_HIGH>;
55 linux,code = <KEY_WPS_BUTTON>;
56 gpios = <&chipcommon 9 GPIO_ACTIVE_LOW>;
61 compatible = "spi-gpio";
62 num-chipselects = <1>;
63 gpio-sck = <&chipcommon 21 0>;
64 gpio-miso = <&chipcommon 22 0>;
65 gpio-mosi = <&chipcommon 23 0>;
66 cs-gpios = <&chipcommon 24 0>;
70 /* External BCM6802 MoCA chip is connected */
75 ranges = <0x00000000 0 0 0 0 0x00100000>;
80 reg = <0x0000 0 0 0 0>;
81 ranges = <0x00000000 0 0 0 0 0 0 0x00100000>;
86 reg = <0x0000 0 0 0 0>;
87 ranges = <0x00000000 0 0 0 0x00100000>;
95 vcc-gpio = <&chipcommon 8 GPIO_ACTIVE_HIGH>;