u-boot-brain/arch/mips/dts/netgear,dgnd3700v2.dts
Álvaro Fernández Rojas 9d466f2fe1 MIPS: add BMIPS Netgear DGND3700v2 board
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2018-03-21 23:23:13 +01:00

122 lines
1.6 KiB
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/*
* Copyright (C) 2018 Álvaro Fernández Rojas <noltari@gmail.com>
*
* SPDX-License-Identifier: GPL-2.0+
*/
/dts-v1/;
#include "brcm,bcm6362.dtsi"
/ {
model = "Netgear DGND3700v2";
compatible = "netgear,dgnd3700v2", "brcm,bcm6362";
aliases {
serial0 = &uart0;
};
chosen {
stdout-path = "serial0:115200n8";
};
gpio-leds {
compatible = "gpio-leds";
inet_green {
label = "DGND3700v2:green:inet";
gpios = <&gpio0 1 GPIO_ACTIVE_LOW>;
};
dsl_green {
label = "DGND3700v2:green:dsl";
gpios = <&gpio0 28 GPIO_ACTIVE_LOW>;
};
power_amber {
label = "DGND3700v2:red:power";
gpios = <&gpio1 2 GPIO_ACTIVE_LOW>;
};
};
};
&gpio0 {
status = "okay";
};
&gpio1 {
status = "okay";
};
&leds {
status = "okay";
brcm,serial-leds;
brcm,serial-dat-low;
brcm,serial-shift-inv;
brcm,serial-mux;
led@8 {
reg = <8>;
label = "DGND3700v2:green:power";
};
led@9 {
reg = <9>;
active-low;
label = "DGND3700v2:green:wps";
};
led@10 {
reg = <10>;
active-low;
label = "DGND3700v2:green:usb1";
};
led@11 {
reg = <11>;
active-low;
label = "DGND3700v2:green:usb2";
};
led@12 {
reg = <12>;
active-low;
label = "DGND3700v2:amber:inet";
};
led@13 {
reg = <13>;
active-low;
label = "DGND3700v2:green:ethernet";
};
led@14 {
reg = <14>;
active-low;
label = "DGND3700v2:amber:dsl";
};
led@16 {
reg = <16>;
active-low;
label = "DGND3700v2:amber:usb1";
};
led@17 {
reg = <17>;
active-low;
label = "DGND3700v2:amber:usb2";
};
led@18 {
reg = <18>;
active-low;
label = "DGND3700v2:amber:ethernet";
};
};
&uart0 {
u-boot,dm-pre-reloc;
status = "okay";
};