]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - rpmsg/hwspinlock.git/blob - arch/arm/boot/dts/bcm47094-luxul-xap-1610.dts
ARM: dts: am43xx: Add scale data fw to wkup_m3_ipc node
[rpmsg/hwspinlock.git] / arch / arm / boot / dts / bcm47094-luxul-xap-1610.dts
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2 /*
3  * Copyright 2018 Luxul Inc.
4  */
6 /dts-v1/;
8 #include "bcm47094.dtsi"
10 / {
11         compatible = "luxul,xap-1610-v1", "brcm,bcm47094", "brcm,bcm4708";
12         model = "Luxul XAP-1610 V1";
14         chosen {
15                 bootargs = "earlycon";
16         };
18         memory {
19                 reg = <0x00000000 0x08000000>;
20         };
22         leds {
23                 compatible = "gpio-leds";
25                 status  {
26                         label = "bcm53xx:green:status";
27                         gpios = <&chipcommon 0 GPIO_ACTIVE_LOW>;
28                         linux,default-trigger = "timer";
29                 };
31                 2ghz {
32                         label = "bcm53xx:blue:2ghz";
33                         gpios = <&chipcommon 13 GPIO_ACTIVE_LOW>;
34                 };
36                 5ghz {
37                         label = "bcm53xx:blue:5ghz";
38                         gpios = <&chipcommon 14 GPIO_ACTIVE_LOW>;
39                 };
40         };
42         gpio-keys {
43                 compatible = "gpio-keys";
44                 #address-cells = <1>;
45                 #size-cells = <0>;
47                 restart {
48                         label = "Reset";
49                         linux,code = <KEY_RESTART>;
50                         gpios = <&chipcommon 17 GPIO_ACTIVE_LOW>;
51                 };
52         };
53 };
55 &spi_nor {
56         status = "okay";
57 };