1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
3 * Broadcom BCM470X / BCM5301X ARM platform code.
4 * DTS for Luxul XWC-1000
6 * Copyright 2014 Luxul Inc.
11 #include "bcm4708.dtsi"
12 #include "bcm5301x-nand-cs0-bch8.dtsi"
15 compatible = "luxul,xwc-1000", "brcm,bcm4708";
16 model = "Luxul XWC-1000 (BCM4708)";
19 bootargs = "console=ttyS0,115200 earlycon";
23 device_type = "memory";
24 reg = <0x00000000 0x08000000>;
30 compatible = "fixed-partitions";
36 reg = <0x00000000 0x08000000>;
43 compatible = "gpio-leds";
46 label = "bcm53xx:green:status";
47 gpios = <&chipcommon 0 GPIO_ACTIVE_HIGH>;
48 linux,default-trigger = "timer";
53 compatible = "gpio-keys";
57 linux,code = <KEY_RESTART>;
58 gpios = <&chipcommon 7 GPIO_ACTIVE_LOW>;