1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
3 * Copyright (C) 2016 Rafał Miłecki <rafal@milecki.pl>
8 #include "bcm47094.dtsi"
9 #include "bcm5301x-nand-cs0-bch8.dtsi"
12 compatible = "netgear,r8500", "brcm,bcm47094", "brcm,bcm4708";
13 model = "Netgear R8500";
16 bootargs = "console=ttyS0,115200";
20 reg = <0x00000000 0x08000000
21 0x88000000 0x18000000>;
25 compatible = "gpio-leds";
28 label = "bcm53xx:white:power";
29 gpios = <&chipcommon 2 GPIO_ACTIVE_LOW>;
30 linux,default-trigger = "default-on";
34 label = "bcm53xx:amber:power";
35 gpios = <&chipcommon 3 GPIO_ACTIVE_LOW>;
39 label = "bcm53xx:white:5ghz-1";
40 gpios = <&chipcommon 11 GPIO_ACTIVE_LOW>;
44 label = "bcm53xx:white:5ghz-2";
45 gpios = <&chipcommon 12 GPIO_ACTIVE_LOW>;
49 label = "bcm53xx:white:2ghz";
50 gpios = <&chipcommon 13 GPIO_ACTIVE_LOW>;
54 label = "bcm53xx:white:usb2";
55 gpios = <&chipcommon 17 GPIO_ACTIVE_LOW>;
59 label = "bcm53xx:white:usb3";
60 gpios = <&chipcommon 18 GPIO_ACTIVE_LOW>;
65 compatible = "gpio-keys";
71 linux,code = <KEY_BRIGHTNESS_ZERO>;
72 gpios = <&chipcommon 1 GPIO_ACTIVE_LOW>;
77 linux,code = <KEY_RESTART>;
78 gpios = <&chipcommon 10 GPIO_ACTIVE_LOW>;
83 linux,code = <KEY_WPS_BUTTON>;
84 gpios = <&chipcommon 14 GPIO_ACTIVE_LOW>;
89 linux,code = <KEY_RFKILL>;
90 gpios = <&chipcommon 20 GPIO_ACTIVE_LOW>;