lede/target/linux/bcm63xx/dts/bcm6368-zyxel-p870hw-51a-v2.dts

104 lines
1.7 KiB
Plaintext
Raw Normal View History

2017-09-06 19:19:45 +08:00
#include "bcm6368.dtsi"
#include <dt-bindings/input/input.h>
/ {
model = "Zyxel P870HW-51a v2";
compatible = "zyxel,p870hw-51a-v2", "brcm,bcm6368";
2020-07-02 23:30:56 +08:00
aliases {
led-boot = &led_power_green;
led-failsafe = &led_power_green;
led-running = &led_power_green;
led-upgrade = &led_power_green;
};
2017-09-06 19:19:45 +08:00
chosen {
bootargs = "rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200";
stdout-path = "serial0:115200n8";
2017-09-06 19:19:45 +08:00
};
2019-11-22 09:25:25 -08:00
keys {
2017-09-06 19:19:45 +08:00
compatible = "gpio-keys-polled";
#address-cells = <1>;
#size-cells = <0>;
poll-interval = <20>;
reset {
label = "reset";
gpios = <&pinctrl 35 1>;
linux,code = <KEY_RESTART>;
debounce-interval = <60>;
2017-09-06 19:19:45 +08:00
};
2017-09-06 19:19:45 +08:00
wps {
label = "wps";
gpios = <&pinctrl 36 1>;
linux,code = <KEY_WPS_BUTTON>;
debounce-interval = <60>;
2017-09-06 19:19:45 +08:00
};
};
2019-11-22 09:25:25 -08:00
leds {
2017-09-06 19:19:45 +08:00
compatible = "gpio-leds";
2020-07-02 23:30:56 +08:00
led_power_green: power_green {
label = "green:power";
2017-09-06 19:19:45 +08:00
gpios = <&pinctrl 0 0>;
default-state = "on";
};
dsl_green {
label = "green:dsl";
2017-09-06 19:19:45 +08:00
gpios = <&pinctrl 2 1>;
};
inet_green {
label = "green:inet";
2017-09-06 19:19:45 +08:00
gpios = <&pinctrl 22 1>;
};
wps_orange {
label = "orange:wps";
2017-09-06 19:19:45 +08:00
gpios = <&pinctrl 24 1>;
};
inet_red {
label = "red:inet";
2017-09-06 19:19:45 +08:00
gpios = <&pinctrl 33 1>;
};
};
};
&pflash {
2020-07-02 23:30:56 +08:00
status = "okay";
2017-09-06 19:19:45 +08:00
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
2017-09-06 19:19:45 +08:00
cfe@0 {
label = "CFE";
reg = <0x000000 0x010000>;
read-only;
};
2017-09-06 19:19:45 +08:00
linux@10000 {
label = "linux";
reg = <0x010000 0x3e0000>;
compatible = "brcm,bcm963xx-imagetag";
};
nvram@3f0000 {
label = "nvram";
reg = <0x3f0000 0x010000>;
};
2017-09-06 19:19:45 +08:00
};
};
&pinctrl {
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_pci>;
};
&uart0 {
2020-07-02 23:30:56 +08:00
status = "okay";
};