1// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2/*
3 * Copyright (C) 2017 Luxul Inc.
4 */
5
6/dts-v1/;
7
8#include "bcm4708.dtsi"
9#include "bcm5301x-nand-cs0-bch8.dtsi"
10
11/ {
12	compatible = "luxul,abr-4500-v1", "brcm,bcm47094", "brcm,bcm4708";
13	model = "Luxul ABR-4500 V1";
14
15	chosen {
16		bootargs = "earlycon";
17	};
18
19	memory@0 {
20		device_type = "memory";
21		reg = <0x00000000 0x08000000
22		       0x88000000 0x18000000>;
23	};
24
25	leds {
26		compatible = "gpio-leds";
27
28		status {
29			label = "bcm53xx:green:status";
30			gpios = <&chipcommon 20 GPIO_ACTIVE_LOW>;
31			linux,default-trigger = "timer";
32		};
33
34		usb3 {
35			label = "bcm53xx:green:usb3";
36			gpios = <&chipcommon 19 GPIO_ACTIVE_LOW>;
37			trigger-sources = <&ohci_port1>, <&ehci_port1>,
38				<&xhci_port1>;
39			linux,default-trigger = "usbport";
40		};
41
42	};
43
44	gpio-keys {
45		compatible = "gpio-keys";
46
47		restart {
48			label = "Reset";
49			linux,code = <KEY_RESTART>;
50			gpios = <&chipcommon 17 GPIO_ACTIVE_LOW>;
51		};
52	};
53};
54
55&usb3 {
56	vcc-gpio = <&chipcommon 18 GPIO_ACTIVE_HIGH>;
57};
58
59&spi_nor {
60	status = "okay";
61};
62
63&usb3_phy {
64	status = "okay";
65};
66