0001 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
0002 /*
0003 * Copyright (C) 2017 Rafał Miłecki <rafal@milecki.pl>
0004 */
0005
0006 /dts-v1/;
0007
0008 #include "bcm4709.dtsi"
0009 #include "bcm5301x-nand-cs0-bch8.dtsi"
0010
0011 / {
0012 compatible = "linksys,ea9200", "brcm,bcm4709", "brcm,bcm4708";
0013 model = "Linksys EA9200";
0014
0015 chosen {
0016 bootargs = "console=ttyS0,115200";
0017 };
0018
0019 memory@0 {
0020 device_type = "memory";
0021 reg = <0x00000000 0x08000000>,
0022 <0x88000000 0x08000000>;
0023 };
0024
0025 nvram@1c080000 {
0026 compatible = "brcm,nvram";
0027 reg = <0x1c080000 0x180000>;
0028 };
0029
0030 gpio-keys {
0031 compatible = "gpio-keys";
0032
0033 button-wps {
0034 label = "WPS";
0035 linux,code = <KEY_WPS_BUTTON>;
0036 gpios = <&chipcommon 3 GPIO_ACTIVE_LOW>;
0037 };
0038
0039 button-restart {
0040 label = "Reset";
0041 linux,code = <KEY_RESTART>;
0042 gpios = <&chipcommon 17 GPIO_ACTIVE_LOW>;
0043 };
0044 };
0045 };
0046
0047 &usb3_phy {
0048 status = "okay";
0049 };