2014-10-02 12:25:57 +00:00
|
|
|
/dts-v1/;
|
|
|
|
|
2015-07-16 11:15:02 +00:00
|
|
|
#include "bcm6368.dtsi"
|
|
|
|
|
|
|
|
#include <dt-bindings/input/input.h>
|
2014-10-02 12:25:57 +00:00
|
|
|
|
|
|
|
/ {
|
|
|
|
model = "Broadcom BCM96368MVNgr reference board";
|
|
|
|
compatible = "brcm,bcm96368mvngr", "brcm,bcm6368";
|
2015-02-27 17:40:04 +00:00
|
|
|
|
2015-09-12 19:52:43 +00:00
|
|
|
chosen {
|
|
|
|
bootargs = "root=/dev/mtdblock2 rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200";
|
|
|
|
};
|
|
|
|
|
2015-02-27 17:40:04 +00:00
|
|
|
gpio-leds {
|
|
|
|
compatible = "gpio-leds";
|
|
|
|
|
|
|
|
dsl_green {
|
|
|
|
label = "96368MVNgr:green:adsl";
|
2016-07-01 09:23:06 +00:00
|
|
|
gpios = <&pinctrl 2 1>;
|
2015-02-27 17:40:04 +00:00
|
|
|
};
|
|
|
|
inet_fail_green {
|
|
|
|
label = "96368MVNgr:green:inet-fail";
|
2016-07-01 09:23:06 +00:00
|
|
|
gpios = <&pinctrl 3 0>;
|
2015-02-27 17:40:04 +00:00
|
|
|
};
|
|
|
|
inet_green {
|
|
|
|
label = "96368MVNgr:green:inet";
|
2016-07-01 09:23:06 +00:00
|
|
|
gpios = <&pinctrl 5 0>;
|
2015-02-27 17:40:04 +00:00
|
|
|
};
|
|
|
|
power_green {
|
|
|
|
label = "96368MVNgr:green:power";
|
2016-07-01 09:23:06 +00:00
|
|
|
gpios = <&pinctrl 22 0>;
|
2015-02-27 17:40:04 +00:00
|
|
|
default-state = "on";
|
|
|
|
};
|
|
|
|
wps_green {
|
|
|
|
label = "96368MVNgr:green:wps";
|
2016-07-01 09:23:06 +00:00
|
|
|
gpios = <&pinctrl 23 1>;
|
2015-02-27 17:40:04 +00:00
|
|
|
};
|
|
|
|
};
|
2014-10-02 12:25:57 +00:00
|
|
|
};
|
2017-02-07 13:24:02 +00:00
|
|
|
|
|
|
|
&pflash {
|
|
|
|
status = "ok";
|
|
|
|
|
|
|
|
linux,part-probe = "bcm63xxpart";
|
|
|
|
};
|
2016-07-01 09:23:06 +00:00
|
|
|
|
|
|
|
&pinctrl {
|
|
|
|
pinctrl-names = "default";
|
|
|
|
pinctrl-0 = <&pinctrl_pci>;
|
|
|
|
};
|