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 "bcm4708.dtsi"
0009 #include "bcm5301x-nand-cs0-bch8.dtsi"
0010
0011 / {
0012 compatible = "linksys,ea6300-v1", "brcm,bcm4708";
0013 model = "Linksys EA6300 V1";
0014
0015 chosen {
0016 bootargs = "console=ttyS0,115200";
0017 };
0018
0019 memory@0 {
0020 device_type = "memory";
0021 reg = <0x00000000 0x08000000>;
0022 };
0023
0024 nvram@1c080000 {
0025 compatible = "brcm,nvram";
0026 reg = <0x1c080000 0x180000>;
0027 };
0028
0029 gpio-keys {
0030 compatible = "gpio-keys";
0031
0032 button-wps {
0033 label = "WPS";
0034 linux,code = <KEY_WPS_BUTTON>;
0035 gpios = <&chipcommon 7 GPIO_ACTIVE_LOW>;
0036 };
0037
0038 button-restart {
0039 label = "Reset";
0040 linux,code = <KEY_RESTART>;
0041 gpios = <&chipcommon 11 GPIO_ACTIVE_LOW>;
0042 };
0043 };
0044 };
0045
0046 &usb3_phy {
0047 status = "okay";
0048 };