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 device_type = "memory";
20 reg = <0x00000000 0x08000000>;
24 compatible = "gpio-leds";
27 label = "bcm53xx:green:status";
28 gpios = <&chipcommon 0 GPIO_ACTIVE_LOW>;
29 linux,default-trigger = "timer";
33 label = "bcm53xx:blue:2ghz";
34 gpios = <&chipcommon 13 GPIO_ACTIVE_LOW>;
38 label = "bcm53xx:blue:5ghz";
39 gpios = <&chipcommon 14 GPIO_ACTIVE_LOW>;
44 compatible = "gpio-keys";
48 linux,code = <KEY_RESTART>;
49 gpios = <&chipcommon 17 GPIO_ACTIVE_LOW>;