0001 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
0002 /*
0003 * Copyright 2017 Luxul Inc.
0004 */
0005
0006 /dts-v1/;
0007
0008 #include "bcm53573.dtsi"
0009
0010 / {
0011 compatible = "luxul,xap-1440-v1", "brcm,bcm47189", "brcm,bcm53573";
0012 model = "Luxul XAP-1440 V1";
0013
0014 chosen {
0015 bootargs = "earlycon";
0016 };
0017
0018 memory@0 {
0019 device_type = "memory";
0020 reg = <0x00000000 0x08000000>;
0021 };
0022
0023 leds {
0024 compatible = "gpio-leds";
0025
0026 wlan {
0027 label = "bcm53xx:blue:wlan";
0028 gpios = <&chipcommon 10 GPIO_ACTIVE_LOW>;
0029 linux,default-trigger = "default-off";
0030 };
0031
0032 system {
0033 label = "bcm53xx:green:system";
0034 gpios = <&chipcommon 11 GPIO_ACTIVE_LOW>;
0035 linux,default-trigger = "timer";
0036 };
0037 };
0038
0039 gpio-keys {
0040 compatible = "gpio-keys";
0041
0042 button-restart {
0043 label = "Reset";
0044 linux,code = <KEY_RESTART>;
0045 gpios = <&chipcommon 7 GPIO_ACTIVE_LOW>;
0046 };
0047 };
0048 };