openwrt/target/linux/lantiq/files/arch/mips/boot/dts/lantiq/falcon_lantiq_easy98020.dts

84 lines
1.5 KiB
Plaintext

#include "falcon.dtsi"
#include "falcon_sflash-16m.dtsi"
#include <dt-bindings/gpio/gpio.h>
/ {
model = "Lantiq Falcon Reference Board";
compatible = "lantiq,easy98020", "lantiq,falcon";
aliases {
spi0 = &ebu_cs0;
};
memory@0 {
device_type = "memory";
reg = <0x0 0x4000000>; // 64M at 0x0
};
keys {
compatible = "gpio-keys";
reset {
label = "reset";
gpios = <&gpio0 1 GPIO_ACTIVE_LOW>;
linux,code = <0x198>;
};
};
pinctrl {
led_pins: phy-led-pins {
lantiq,pins = "io42", "io41", "io38", "io37";
lantiq,function = "gpio";
};
};
leds {
compatible = "gpio-leds";
pinctrl-names = "default";
pinctrl-0 = <&bootled_pins>, <&led_pins>;
GPON {
label = "green:gpon";
gpios = <&gpio0 9 GPIO_ACTIVE_HIGH>;
default-state = "keep";
};
TEST {
label = "green:test";
gpios = <&gpio0 10 GPIO_ACTIVE_HIGH>;
default-state = "keep";
};
ETH {
label = "green:status";
gpios = <&gpio0 11 GPIO_ACTIVE_HIGH>;
default-state = "keep";
};
VOICE {
label = "green:voice";
gpios = <&gpio0 12 GPIO_ACTIVE_HIGH>;
default-state = "keep";
};
VIDEO {
label = "green:video";
gpios = <&gpio0 13 GPIO_ACTIVE_HIGH>;
default-state = "keep";
};
GE0_ACT {
label = "ge0_act";
gpios = <&gpio1 10 GPIO_ACTIVE_HIGH>;
};
GE0_LINK {
label = "ge0_link";
gpios = <&gpio1 9 GPIO_ACTIVE_HIGH>;
};
GE1_ACT {
label = "ge1_act";
gpios = <&gpio1 6 GPIO_ACTIVE_HIGH>;
};
GE1_LINK {
label = "ge1_link";
gpios = <&gpio1 5 GPIO_ACTIVE_HIGH>;
};
};
};