• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2/*
3 * Broadcom BCM470X / BCM5301X ARM platform code.
4 * DTS for Luxul XWC-1000
5 *
6 * Copyright 2014 Luxul Inc.
7 */
8
9/dts-v1/;
10
11#include "bcm4708.dtsi"
12#include "bcm5301x-nand-cs0-bch8.dtsi"
13
14/ {
15	compatible = "luxul,xwc-1000", "brcm,bcm4708";
16	model = "Luxul XWC-1000 (BCM4708)";
17
18	chosen {
19		bootargs = "console=ttyS0,115200 earlycon";
20	};
21
22	memory {
23		reg = <0x00000000 0x08000000>;
24	};
25
26	nand: nand@18028000 {
27		nandcs@0 {
28			partitions {
29				compatible = "fixed-partitions";
30				#address-cells = <1>;
31				#size-cells = <1>;
32
33				partition@0 {
34					label = "ubi";
35					reg = <0x00000000 0x08000000>;
36				};
37			};
38		};
39	};
40
41	leds {
42		compatible = "gpio-leds";
43
44		status {
45			label = "bcm53xx:green:status";
46			gpios = <&chipcommon 0 GPIO_ACTIVE_HIGH>;
47			linux,default-trigger = "timer";
48		};
49	};
50
51	gpio-keys {
52		compatible = "gpio-keys";
53		#address-cells = <1>;
54		#size-cells = <0>;
55
56		restart {
57			label = "Reset";
58			linux,code = <KEY_RESTART>;
59			gpios = <&chipcommon 7 GPIO_ACTIVE_LOW>;
60		};
61	};
62};
63
64&spi_nor {
65	status = "okay";
66};
67
68&usb3_phy {
69	status = "okay";
70};
71