lede/target/linux/bcm63xx/dts/bcm6348-usrobotics-usr9108.dts

63 lines
951 B
Plaintext
Raw Normal View History

2017-09-06 19:19:45 +08:00
#include "bcm6348.dtsi"
#include <dt-bindings/input/input.h>
/ {
2020-07-02 23:30:56 +08:00
model = "USRobotics USR9108";
compatible = "usrobotics,usr9108", "brcm,bcm6348";
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
leds {
2017-09-06 19:19:45 +08:00
compatible = "gpio-leds";
usb {
label = "usb";
2017-09-06 19:19:45 +08:00
gpios = <&pinctrl 0 1>;
};
dsl {
label = "adsl";
2017-09-06 19:19:45 +08:00
gpios = <&pinctrl 3 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 &pinctrl_ext_mii>;
};
&uart0 {
2020-07-02 23:30:56 +08:00
status = "okay";
};