1f126890aSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0-or-later OR MIT 2f126890aSEmmanuel Vadot/* 3f126890aSEmmanuel Vadot * Copyright 2017 Luxul Inc. 4f126890aSEmmanuel Vadot */ 5f126890aSEmmanuel Vadot 6f126890aSEmmanuel Vadot/dts-v1/; 7f126890aSEmmanuel Vadot 8f126890aSEmmanuel Vadot#include "bcm47081.dtsi" 9f126890aSEmmanuel Vadot 10f126890aSEmmanuel Vadot/ { 11f126890aSEmmanuel Vadot compatible = "luxul,xap-1410-v1", "brcm,bcm47081", "brcm,bcm4708"; 12f126890aSEmmanuel Vadot model = "Luxul XAP-1410 V1"; 13f126890aSEmmanuel Vadot 14f126890aSEmmanuel Vadot chosen { 15f126890aSEmmanuel Vadot bootargs = "console=ttyS0,115200"; 16f126890aSEmmanuel Vadot }; 17f126890aSEmmanuel Vadot 18f126890aSEmmanuel Vadot memory@0 { 19f126890aSEmmanuel Vadot device_type = "memory"; 20f126890aSEmmanuel Vadot reg = <0x00000000 0x08000000>; 21f126890aSEmmanuel Vadot }; 22f126890aSEmmanuel Vadot 23f126890aSEmmanuel Vadot nvram@1eff0000 { 24f126890aSEmmanuel Vadot compatible = "brcm,nvram"; 25f126890aSEmmanuel Vadot reg = <0x1eff0000 0x10000>; 26f126890aSEmmanuel Vadot 27f126890aSEmmanuel Vadot et0macaddr: et0macaddr { 28f126890aSEmmanuel Vadot }; 29f126890aSEmmanuel Vadot }; 30f126890aSEmmanuel Vadot 31f126890aSEmmanuel Vadot leds { 32f126890aSEmmanuel Vadot compatible = "gpio-leds"; 33f126890aSEmmanuel Vadot 34f126890aSEmmanuel Vadot led-5ghz { 35f126890aSEmmanuel Vadot label = "bcm53xx:blue:5ghz"; 36f126890aSEmmanuel Vadot gpios = <&chipcommon 13 GPIO_ACTIVE_LOW>; 37f126890aSEmmanuel Vadot linux,default-trigger = "none"; 38f126890aSEmmanuel Vadot }; 39f126890aSEmmanuel Vadot 40f126890aSEmmanuel Vadot led-2ghz { 41f126890aSEmmanuel Vadot label = "bcm53xx:blue:2ghz"; 42f126890aSEmmanuel Vadot gpios = <&chipcommon 14 GPIO_ACTIVE_LOW>; 43f126890aSEmmanuel Vadot linux,default-trigger = "none"; 44f126890aSEmmanuel Vadot }; 45f126890aSEmmanuel Vadot 46f126890aSEmmanuel Vadot led-status { 47f126890aSEmmanuel Vadot label = "bcm53xx:green:status"; 48f126890aSEmmanuel Vadot gpios = <&chipcommon 15 GPIO_ACTIVE_LOW>; 49f126890aSEmmanuel Vadot linux,default-trigger = "timer"; 50f126890aSEmmanuel Vadot }; 51f126890aSEmmanuel Vadot }; 52f126890aSEmmanuel Vadot 53f126890aSEmmanuel Vadot gpio-keys { 54f126890aSEmmanuel Vadot compatible = "gpio-keys"; 55f126890aSEmmanuel Vadot 56f126890aSEmmanuel Vadot button-restart { 57f126890aSEmmanuel Vadot label = "Reset"; 58f126890aSEmmanuel Vadot linux,code = <KEY_RESTART>; 59f126890aSEmmanuel Vadot gpios = <&chipcommon 11 GPIO_ACTIVE_LOW>; 60f126890aSEmmanuel Vadot }; 61f126890aSEmmanuel Vadot }; 62f126890aSEmmanuel Vadot}; 63f126890aSEmmanuel Vadot 64f126890aSEmmanuel Vadot&gmac0 { 65f126890aSEmmanuel Vadot nvmem-cells = <&et0macaddr>; 66f126890aSEmmanuel Vadot nvmem-cell-names = "mac-address"; 67f126890aSEmmanuel Vadot}; 68f126890aSEmmanuel Vadot 69f126890aSEmmanuel Vadot&spi_nor { 70f126890aSEmmanuel Vadot status = "okay"; 71f126890aSEmmanuel Vadot}; 72f126890aSEmmanuel Vadot 73f126890aSEmmanuel Vadot&srab { 74f126890aSEmmanuel Vadot status = "okay"; 75f126890aSEmmanuel Vadot 76f126890aSEmmanuel Vadot ports { 77f126890aSEmmanuel Vadot port@4 { 78f126890aSEmmanuel Vadot label = "poe"; 79f126890aSEmmanuel Vadot }; 80f126890aSEmmanuel Vadot 81f126890aSEmmanuel Vadot port@5 { 82f126890aSEmmanuel Vadot label = "cpu"; 83f126890aSEmmanuel Vadot }; 84*84943d6fSEmmanuel Vadot 85*84943d6fSEmmanuel Vadot port@7 { 86*84943d6fSEmmanuel Vadot status = "disabled"; 87*84943d6fSEmmanuel Vadot }; 88*84943d6fSEmmanuel Vadot 89*84943d6fSEmmanuel Vadot port@8 { 90*84943d6fSEmmanuel Vadot status = "disabled"; 91*84943d6fSEmmanuel Vadot }; 92f126890aSEmmanuel Vadot }; 93f126890aSEmmanuel Vadot}; 94