1// SPDX-License-Identifier: GPL-2.0-or-later OR MIT 2/* 3 * Copyright 2018 Luxul Inc. 4 */ 5 6/dts-v1/; 7 8#include "bcm47094.dtsi" 9 10/ { 11 compatible = "luxul,xap-1610-v1", "brcm,bcm47094", "brcm,bcm4708"; 12 model = "Luxul XAP-1610 V1"; 13 14 chosen { 15 bootargs = "earlycon"; 16 }; 17 18 memory { 19 reg = <0x00000000 0x08000000>; 20 }; 21 22 leds { 23 compatible = "gpio-leds"; 24 25 status { 26 label = "bcm53xx:green:status"; 27 gpios = <&chipcommon 0 GPIO_ACTIVE_LOW>; 28 linux,default-trigger = "timer"; 29 }; 30 31 2ghz { 32 label = "bcm53xx:blue:2ghz"; 33 gpios = <&chipcommon 13 GPIO_ACTIVE_LOW>; 34 }; 35 36 5ghz { 37 label = "bcm53xx:blue:5ghz"; 38 gpios = <&chipcommon 14 GPIO_ACTIVE_LOW>; 39 }; 40 }; 41 42 gpio-keys { 43 compatible = "gpio-keys"; 44 #address-cells = <1>; 45 #size-cells = <0>; 46 47 restart { 48 label = "Reset"; 49 linux,code = <KEY_RESTART>; 50 gpios = <&chipcommon 17 GPIO_ACTIVE_LOW>; 51 }; 52 }; 53}; 54 55&spi_nor { 56 status = "okay"; 57}; 58