1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
3 * Copyright 2017 Luxul Inc.
8 #include "bcm47081.dtsi"
11 compatible = "luxul,xap-1410v1", "brcm,bcm47081", "brcm,bcm4708";
12 model = "Luxul XAP-1410 V1";
15 bootargs = "console=ttyS0,115200";
19 reg = <0x00000000 0x08000000>;
23 compatible = "gpio-leds";
26 label = "bcm53xx:blue:5ghz";
27 gpios = <&chipcommon 13 GPIO_ACTIVE_LOW>;
28 linux,default-trigger = "none";
32 label = "bcm53xx:blue:2ghz";
33 gpios = <&chipcommon 14 GPIO_ACTIVE_LOW>;
34 linux,default-trigger = "none";
38 label = "bcm53xx:green:status";
39 gpios = <&chipcommon 15 GPIO_ACTIVE_LOW>;
40 linux,default-trigger = "timer";
45 compatible = "gpio-keys";
51 linux,code = <KEY_RESTART>;
52 gpios = <&chipcommon 11 GPIO_ACTIVE_LOW>;