1f126890aSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0-or-later OR MIT 2f126890aSEmmanuel Vadot/* 3f126890aSEmmanuel Vadot * Copyright (C) 2017 Rafał Miłecki <rafal@milecki.pl> 4f126890aSEmmanuel Vadot * Copyright (C) 2018 Rene Kjellerup <rk.katana.steel@gmail.com> 5f126890aSEmmanuel Vadot */ 6f126890aSEmmanuel Vadot 7f126890aSEmmanuel Vadot/dts-v1/; 8f126890aSEmmanuel Vadot 9f126890aSEmmanuel Vadot#include "bcm4708.dtsi" 10f126890aSEmmanuel Vadot#include "bcm5301x-nand-cs0-bch8.dtsi" 11f126890aSEmmanuel Vadot 12f126890aSEmmanuel Vadot/ { 13f126890aSEmmanuel Vadot compatible = "linksys,ea6500-v2", "brcm,bcm4708"; 14f126890aSEmmanuel Vadot model = "Linksys EA6500 V2"; 15f126890aSEmmanuel Vadot 16f126890aSEmmanuel Vadot chosen { 17f126890aSEmmanuel Vadot bootargs = "console=ttyS0,115200"; 18f126890aSEmmanuel Vadot }; 19f126890aSEmmanuel Vadot 20f126890aSEmmanuel Vadot memory@0 { 21f126890aSEmmanuel Vadot device_type = "memory"; 22*aa1a8ff2SEmmanuel Vadot reg = <0x00000000 0x08000000>, 23*aa1a8ff2SEmmanuel Vadot <0x88000000 0x08000000>; 24f126890aSEmmanuel Vadot }; 25f126890aSEmmanuel Vadot 26f126890aSEmmanuel Vadot gpio-keys { 27f126890aSEmmanuel Vadot compatible = "gpio-keys"; 28f126890aSEmmanuel Vadot 29f126890aSEmmanuel Vadot button-wps { 30f126890aSEmmanuel Vadot label = "WPS"; 31f126890aSEmmanuel Vadot linux,code = <KEY_WPS_BUTTON>; 32f126890aSEmmanuel Vadot gpios = <&chipcommon 7 GPIO_ACTIVE_LOW>; 33f126890aSEmmanuel Vadot }; 34f126890aSEmmanuel Vadot 35f126890aSEmmanuel Vadot button-restart { 36f126890aSEmmanuel Vadot label = "Reset"; 37f126890aSEmmanuel Vadot linux,code = <KEY_RESTART>; 38f126890aSEmmanuel Vadot gpios = <&chipcommon 11 GPIO_ACTIVE_LOW>; 39f126890aSEmmanuel Vadot }; 40f126890aSEmmanuel Vadot }; 41f126890aSEmmanuel Vadot}; 42f126890aSEmmanuel Vadot 43f126890aSEmmanuel Vadot&usb3_phy { 44f126890aSEmmanuel Vadot status = "okay"; 45f126890aSEmmanuel Vadot}; 46