aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Haab <dhaab@luxul.com>2016-09-27 13:27:10 -0400
committerFlorian Fainelli <f.fainelli@gmail.com>2016-10-19 09:40:50 -0400
commitfe91846397ca9ac1b4b0f913676a057b1ecabbc2 (patch)
treeeb0f829c5347c032327eca4bbcf8aa919fe29316
parent92b7b6ad1a095fd72561a33855f93dfde5b2324f (diff)
ARM: BCM5301X: Add DT for Luxul XAP-1510
Luxul XAP-1510 is an AP device based on BCM4708 SoC with 2 x BCM4360 chipsets on PCB connected using PCIe. Signed-off-by: Dan Haab <dhaab@luxul.com> Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
-rw-r--r--arch/arm/boot/dts/Makefile1
-rw-r--r--arch/arm/boot/dts/bcm4708-luxul-xap-1510.dts64
2 files changed, 65 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile
index 103c2cf56f68..fd4e299871a7 100644
--- a/arch/arm/boot/dts/Makefile
+++ b/arch/arm/boot/dts/Makefile
@@ -75,6 +75,7 @@ dtb-$(CONFIG_ARCH_BCM_5301X) += \
75 bcm4708-asus-rt-ac56u.dtb \ 75 bcm4708-asus-rt-ac56u.dtb \
76 bcm4708-asus-rt-ac68u.dtb \ 76 bcm4708-asus-rt-ac68u.dtb \
77 bcm4708-buffalo-wzr-1750dhp.dtb \ 77 bcm4708-buffalo-wzr-1750dhp.dtb \
78 bcm4708-luxul-xap-1510.dtb \
78 bcm4708-luxul-xwc-1000.dtb \ 79 bcm4708-luxul-xwc-1000.dtb \
79 bcm4708-netgear-r6250.dtb \ 80 bcm4708-netgear-r6250.dtb \
80 bcm4708-netgear-r6300-v2.dtb \ 81 bcm4708-netgear-r6300-v2.dtb \
diff --git a/arch/arm/boot/dts/bcm4708-luxul-xap-1510.dts b/arch/arm/boot/dts/bcm4708-luxul-xap-1510.dts
new file mode 100644
index 000000000000..35e6ed6a3ef7
--- /dev/null
+++ b/arch/arm/boot/dts/bcm4708-luxul-xap-1510.dts
@@ -0,0 +1,64 @@
1/*
2 * Copyright 2016 Luxul Inc.
3 *
4 * Licensed under the ISC license.
5 */
6
7/dts-v1/;
8
9#include "bcm4708.dtsi"
10
11/ {
12 compatible = "luxul,xap-1510v1", "brcm,bcm4708";
13 model = "Luxul XAP-1510 V1";
14
15 chosen {
16 bootargs = "console=ttyS0,115200 earlycon";
17 };
18
19 memory {
20 reg = <0x00000000 0x08000000>;
21 };
22
23 leds {
24 compatible = "gpio-leds";
25
26 5ghz {
27 label = "bcm53xx:blue:5ghz";
28 gpios = <&chipcommon 13 GPIO_ACTIVE_LOW>;
29 linux,default-trigger = "none";
30 };
31
32 2ghz {
33 label = "bcm53xx:blue:2ghz";
34 gpios = <&chipcommon 14 GPIO_ACTIVE_LOW>;
35 linux,default-trigger = "none";
36 };
37
38 status {
39 label = "bcm53xx:green:status";
40 gpios = <&chipcommon 15 GPIO_ACTIVE_LOW>;
41 linux,default-trigger = "timer";
42 };
43 };
44
45 gpio-keys {
46 compatible = "gpio-keys";
47 #address-cells = <1>;
48 #size-cells = <0>;
49
50 restart {
51 label = "Reset";
52 linux,code = <KEY_RESTART>;
53 gpios = <&chipcommon 11 GPIO_ACTIVE_LOW>;
54 };
55 };
56};
57
58&uart0 {
59 status = "okay";
60};
61
62&spi_nor {
63 status = "okay";
64};