OpenWrt

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 2  →  ?path2? @ 3
/branches/18.06.1/target/linux/ramips/dts/PBR-D1.dts
@@ -9,13 +9,6 @@
compatible = "d-team,pbr-d1", "mediatek,mt7628an-soc";
model = "PBR-D1";
 
aliases {
led-boot = &led_power;
led-failsafe = &led_power;
led-running = &led_power;
led-upgrade = &led_power;
};
 
chosen {
bootargs = "console=ttyS0,115200";
};
@@ -29,17 +22,16 @@
reg = <0x0 0x8000000>;
};
 
leds {
gpio-leds {
compatible = "gpio-leds";
 
usb {
label = "pbr-d1:orange:usb";
gpios = <&gpio0 0 GPIO_ACTIVE_LOW>;
trigger-sources = <&ohci_port1>, <&ehci_port1>;
linux,default-trigger = "usbport";
default-state = "off";
};
 
led_power: power {
power {
label = "pbr-d1:orange:power";
gpios = <&gpio0 14 GPIO_ACTIVE_LOW>;
default-state = "on";
@@ -46,8 +38,10 @@
};
};
 
keys {
gpio-keys-polled {
compatible = "gpio-keys-polled";
#address-cells = <1>;
#size-cells = <0>;
poll-interval = <20>;
 
reset {
@@ -102,37 +96,33 @@
pinctrl-0 = <&spi_pins>, <&spi_cs1_pins>;
 
m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor";
reg = <0>;
spi-max-frequency = <40000000>;
m25p,chunked-io = <31>;
 
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 {
label = "u-boot";
reg = <0x0 0x30000>;
read-only;
};
 
partition@0 {
label = "u-boot";
reg = <0x0 0x30000>;
read-only;
};
partition@30000 {
label = "u-boot-env";
reg = <0x30000 0x10000>;
};
 
partition@30000 {
label = "u-boot-env";
reg = <0x30000 0x10000>;
};
factory: partition@40000 {
label = "factory";
reg = <0x40000 0x10000>;
read-only;
};
 
factory: partition@40000 {
label = "factory";
reg = <0x40000 0x10000>;
read-only;
};
 
partition@50000 {
compatible = "denx,uimage";
label = "firmware";
reg = <0x50000 0x0fb0000>;
};
partition@50000 {
label = "firmware";
reg = <0x50000 0x0fb0000>;
};
};