1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
3 * Copyright 2018 Luxul Inc.
8 #include "bcm47094.dtsi"
11 compatible = "luxul,xap-1610-v1", "brcm,bcm47094", "brcm,bcm4708";
12 model = "Luxul XAP-1610 V1";
15 bootargs = "earlycon";
19 reg = <0x00000000 0x08000000>;
23 compatible = "gpio-leds";
26 label = "bcm53xx:green:status";
27 gpios = <&chipcommon 0 GPIO_ACTIVE_LOW>;
28 linux,default-trigger = "timer";
32 label = "bcm53xx:blue:2ghz";
33 gpios = <&chipcommon 13 GPIO_ACTIVE_LOW>;
37 label = "bcm53xx:blue:5ghz";
38 gpios = <&chipcommon 14 GPIO_ACTIVE_LOW>;
43 compatible = "gpio-keys";
49 linux,code = <KEY_RESTART>;
50 gpios = <&chipcommon 17 GPIO_ACTIVE_LOW>;