lede/target/linux/bcm63xx/dts/bcm6358-pirelli-agpf-s0.dts

128 lines
2.1 KiB
Plaintext
Raw Normal View History

2017-09-06 19:19:45 +08:00
#include "bcm6358.dtsi"
#include <dt-bindings/input/input.h>
/ {
model = "Pirelli Alice Gate AGPF-S0";
compatible = "pirelli,agpf-s0", "brcm,bcm6358";
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>;
wps {
label = "wps";
gpios = <&pinctrl 34 1>;
linux,code = <KEY_WPS_BUTTON>;
debounce-interval = <60>;
2017-09-06 19:19:45 +08:00
};
2017-09-06 19:19:45 +08:00
reset {
label = "reset";
gpios = <&pinctrl 37 1>;
linux,code = <KEY_RESTART>;
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";
power_green {
label = "green:power";
2017-09-06 19:19:45 +08:00
gpios = <&pinctrl 4 1>;
default-state = "on";
};
power_red {
label = "red:power";
2017-09-06 19:19:45 +08:00
gpios = <&pinctrl 5 1>;
};
service_green {
label = "green:service";
2017-09-06 19:19:45 +08:00
gpios = <&pinctrl 6 1>;
};
service_red {
label = "red:service";
2017-09-06 19:19:45 +08:00
gpios = <&pinctrl 7 1>;
};
dsl_green {
label = "green:adsl";
2017-09-06 19:19:45 +08:00
gpios = <&pinctrl 9 1>;
};
dsl_red {
label = "red:adsl";
2017-09-06 19:19:45 +08:00
gpios = <&pinctrl 10 1>;
};
wifi_green {
label = "green:wifi";
2017-09-06 19:19:45 +08:00
gpios = <&pinctrl 22 1>;
};
wifi_red {
label = "red:wifi";
2017-09-06 19:19:45 +08:00
gpios = <&pinctrl 23 1>;
};
inet_red {
label = "red:internet";
2017-09-06 19:19:45 +08:00
gpios = <&pinctrl 24 1>;
};
inet_green {
label = "green:internet";
2017-09-06 19:19:45 +08:00
gpios = <&pinctrl 25 1>;
};
usr1_green {
label = "green:usr1";
2017-09-06 19:19:45 +08:00
gpios = <&pinctrl 26 1>;
};
usr1_red {
label = "red:usr1";
2017-09-06 19:19:45 +08:00
gpios = <&pinctrl 27 1>;
};
usr2_green {
label = "green:usr2";
2017-09-06 19:19:45 +08:00
gpios = <&pinctrl 29 1>;
};
usr2_red {
label = "red:usr2";
2017-09-06 19:19:45 +08:00
gpios = <&pinctrl 30 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 0x020000>;
read-only;
};
2017-09-06 19:19:45 +08:00
linux@20000 {
label = "linux";
reg = <0x020000 0xfc0000>;
compatible = "brcm,bcm963xx-imagetag";
};
nvram@fe0000 {
label = "nvram";
reg = <0xfe0000 0x020000>;
};
2017-09-06 19:19:45 +08:00
};
};
&uart0 {
2020-07-02 23:30:56 +08:00
status = "okay";
};