Merge tag 'usb-5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
[linux/fpc-iii.git] / arch / arm / boot / dts / bcm47094-luxul-xap-1610.dts
blob6fa101f0a90d4032c98ad75bfa230bd35e64cfcb
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@0 {
19                 device_type = "memory";
20                 reg = <0x00000000 0x08000000>;
21         };
23         leds {
24                 compatible = "gpio-leds";
26                 status  {
27                         label = "bcm53xx:green:status";
28                         gpios = <&chipcommon 0 GPIO_ACTIVE_LOW>;
29                         linux,default-trigger = "timer";
30                 };
32                 2ghz {
33                         label = "bcm53xx:blue:2ghz";
34                         gpios = <&chipcommon 13 GPIO_ACTIVE_LOW>;
35                 };
37                 5ghz {
38                         label = "bcm53xx:blue:5ghz";
39                         gpios = <&chipcommon 14 GPIO_ACTIVE_LOW>;
40                 };
41         };
43         gpio-keys {
44                 compatible = "gpio-keys";
46                 restart {
47                         label = "Reset";
48                         linux,code = <KEY_RESTART>;
49                         gpios = <&chipcommon 17 GPIO_ACTIVE_LOW>;
50                 };
51         };
54 &spi_nor {
55         status = "okay";
58 &srab {
59         status = "okay";
61         ports {
62                 port@0 {
63                         reg = <0>;
64                         label = "poe";
65                 };
67                 port@1 {
68                         reg = <1>;
69                         label = "lan";
70                 };
72                 port@5 {
73                         reg = <5>;
74                         label = "cpu";
75                         ethernet = <&gmac0>;
76                 };
77         };