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 {
|
2018-04-23 18:50:49 +08:00
|
|
|
bootargs = "rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200";
|
2017-12-25 10:45:33 +08:00
|
|
|
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 {
|
2021-06-14 18:30:08 +08:00
|
|
|
label = "usb";
|
2017-09-06 19:19:45 +08:00
|
|
|
gpios = <&pinctrl 0 1>;
|
|
|
|
};
|
|
|
|
dsl {
|
2021-06-14 18:30:08 +08:00
|
|
|
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
|
|
|
|
2018-04-23 18:50:49 +08:00
|
|
|
partitions {
|
|
|
|
compatible = "fixed-partitions";
|
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <1>;
|
2017-09-06 19:19:45 +08:00
|
|
|
|
2018-04-23 18:50:49 +08:00
|
|
|
cfe@0 {
|
|
|
|
label = "CFE";
|
|
|
|
reg = <0x000000 0x010000>;
|
|
|
|
read-only;
|
|
|
|
};
|
2017-09-06 19:19:45 +08:00
|
|
|
|
2018-04-23 18:50:49 +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>;
|
|
|
|
};
|
2017-12-25 10:45:33 +08:00
|
|
|
|
|
|
|
&uart0 {
|
2020-07-02 23:30:56 +08:00
|
|
|
status = "okay";
|
2017-12-25 10:45:33 +08:00
|
|
|
};
|