2012-11-13 15:43:09 +08:00
|
|
|
/dts-v1/;
|
|
|
|
|
2013-07-26 21:18:02 +08:00
|
|
|
#include "kirkwood.dtsi"
|
|
|
|
#include "kirkwood-6282.dtsi"
|
2012-11-13 15:43:09 +08:00
|
|
|
|
|
|
|
/ {
|
|
|
|
model = "Plat'Home OpenBlocksA6";
|
|
|
|
compatible = "plathome,openblocks-a6", "marvell,kirkwood-88f6283", "marvell,kirkwood";
|
|
|
|
|
|
|
|
memory {
|
|
|
|
device_type = "memory";
|
|
|
|
reg = <0x00000000 0x20000000>;
|
|
|
|
};
|
|
|
|
|
|
|
|
chosen {
|
|
|
|
bootargs = "console=ttyS0,115200n8 earlyprintk";
|
2014-04-30 20:56:30 +08:00
|
|
|
stdout-path = &uart0;
|
2012-11-13 15:43:09 +08:00
|
|
|
};
|
|
|
|
|
|
|
|
ocp@f1000000 {
|
|
|
|
serial@12000 {
|
2014-04-30 20:56:36 +08:00
|
|
|
status = "okay";
|
2012-11-13 15:43:09 +08:00
|
|
|
};
|
|
|
|
|
|
|
|
serial@12100 {
|
2014-04-30 20:56:36 +08:00
|
|
|
status = "okay";
|
2012-11-13 15:43:09 +08:00
|
|
|
};
|
|
|
|
|
|
|
|
sata@80000 {
|
|
|
|
nr-ports = <1>;
|
|
|
|
status = "okay";
|
|
|
|
};
|
2012-11-23 05:30:10 +08:00
|
|
|
|
|
|
|
i2c@11100 {
|
|
|
|
status = "okay";
|
|
|
|
|
|
|
|
s35390a: s35390a@30 {
|
2014-03-22 20:46:00 +08:00
|
|
|
compatible = "sii,s35390a";
|
2012-11-23 05:30:10 +08:00
|
|
|
reg = <0x30>;
|
|
|
|
};
|
|
|
|
};
|
2012-12-23 10:34:37 +08:00
|
|
|
|
2014-04-30 20:56:32 +08:00
|
|
|
pinctrl: pin-controller@10000 {
|
2013-05-24 17:44:57 +08:00
|
|
|
pinctrl-0 = <&pmx_dip_switches &pmx_gpio_header>;
|
2012-12-23 10:34:37 +08:00
|
|
|
pinctrl-names = "default";
|
|
|
|
|
|
|
|
pmx_uart0: pmx-uart0 {
|
|
|
|
marvell,pins = "mpp10", "mpp11", "mpp15",
|
|
|
|
"mpp16";
|
|
|
|
marvell,function = "uart0";
|
|
|
|
};
|
|
|
|
|
|
|
|
pmx_uart1: pmx-uart1 {
|
|
|
|
marvell,pins = "mpp13", "mpp14", "mpp8",
|
|
|
|
"mpp9";
|
|
|
|
marvell,function = "uart1";
|
|
|
|
};
|
|
|
|
|
|
|
|
pmx_sysrst: pmx-sysrst {
|
|
|
|
marvell,pins = "mpp6";
|
|
|
|
marvell,function = "sysrst";
|
|
|
|
};
|
|
|
|
|
2013-05-24 17:44:57 +08:00
|
|
|
pmx_dip_switches: pmx-dip-switches {
|
|
|
|
marvell,pins = "mpp20", "mpp21", "mpp22", "mpp23";
|
2012-12-23 10:34:37 +08:00
|
|
|
marvell,function = "gpio";
|
|
|
|
};
|
|
|
|
|
2013-05-24 17:44:57 +08:00
|
|
|
pmx_gpio_header: pmx-gpio-header {
|
|
|
|
marvell,pins = "mpp24", "mpp25", "mpp26", "mpp27",
|
|
|
|
"mpp28", "mpp29", "mpp30", "mpp31";
|
2012-12-23 10:34:37 +08:00
|
|
|
marvell,function = "gpio";
|
|
|
|
};
|
|
|
|
|
|
|
|
pmx_gpio_init: pmx-init {
|
|
|
|
marvell,pins = "mpp38";
|
|
|
|
marvell,function = "gpio";
|
|
|
|
};
|
|
|
|
|
|
|
|
pmx_usb_oc: pmx-usb-oc {
|
|
|
|
marvell,pins = "mpp39";
|
|
|
|
marvell,function = "gpio";
|
|
|
|
};
|
|
|
|
|
2013-05-24 17:44:57 +08:00
|
|
|
pmx_leds: pmx-leds {
|
|
|
|
marvell,pins = "mpp41", "mpp42", "mpp43";
|
2012-12-23 10:34:37 +08:00
|
|
|
marvell,function = "gpio";
|
|
|
|
};
|
|
|
|
};
|
2012-11-13 15:43:09 +08:00
|
|
|
};
|
2012-11-24 04:24:09 +08:00
|
|
|
|
|
|
|
gpio-leds {
|
|
|
|
compatible = "gpio-leds";
|
2013-05-24 17:44:57 +08:00
|
|
|
pinctrl-0 = <&pmx_leds>;
|
2013-05-24 17:44:54 +08:00
|
|
|
pinctrl-names = "default";
|
2012-11-24 04:24:09 +08:00
|
|
|
|
|
|
|
led-red {
|
|
|
|
label = "obsa6:red:stat";
|
2013-12-04 23:51:39 +08:00
|
|
|
gpios = <&gpio1 9 GPIO_ACTIVE_LOW>;
|
2012-11-24 04:24:09 +08:00
|
|
|
};
|
|
|
|
|
|
|
|
led-green {
|
|
|
|
label = "obsa6:green:stat";
|
2013-12-04 23:51:39 +08:00
|
|
|
gpios = <&gpio1 10 GPIO_ACTIVE_LOW>;
|
2012-11-24 04:24:09 +08:00
|
|
|
};
|
|
|
|
|
|
|
|
led-yellow {
|
|
|
|
label = "obsa6:yellow:stat";
|
2013-12-04 23:51:39 +08:00
|
|
|
gpios = <&gpio1 11 GPIO_ACTIVE_LOW>;
|
2012-11-24 04:24:09 +08:00
|
|
|
};
|
|
|
|
};
|
2013-05-24 17:44:58 +08:00
|
|
|
|
|
|
|
gpio_keys {
|
|
|
|
compatible = "gpio-keys";
|
|
|
|
pinctrl-0 = <&pmx_gpio_init>;
|
|
|
|
pinctrl-names = "default";
|
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <0>;
|
|
|
|
|
|
|
|
button@1 {
|
|
|
|
label = "Init Button";
|
2013-12-04 23:51:38 +08:00
|
|
|
linux,code = <KEY_POWER>;
|
2013-12-04 23:51:39 +08:00
|
|
|
gpios = <&gpio1 6 GPIO_ACTIVE_HIGH>;
|
2013-05-24 17:44:58 +08:00
|
|
|
};
|
|
|
|
};
|
2012-11-13 15:43:09 +08:00
|
|
|
};
|
2013-07-08 04:34:56 +08:00
|
|
|
|
2013-09-18 02:44:33 +08:00
|
|
|
&nand {
|
|
|
|
chip-delay = <25>;
|
|
|
|
status = "okay";
|
|
|
|
|
|
|
|
partition@0 {
|
|
|
|
label = "uboot";
|
|
|
|
reg = <0x0 0x90000>;
|
|
|
|
};
|
|
|
|
|
|
|
|
partition@90000 {
|
|
|
|
label = "env";
|
|
|
|
reg = <0x90000 0x44000>;
|
|
|
|
};
|
|
|
|
|
|
|
|
partition@d4000 {
|
|
|
|
label = "test";
|
|
|
|
reg = <0xd4000 0x24000>;
|
|
|
|
};
|
|
|
|
|
|
|
|
partition@f4000 {
|
|
|
|
label = "conf";
|
|
|
|
reg = <0xf4000 0x400000>;
|
|
|
|
};
|
|
|
|
|
|
|
|
partition@4f4000 {
|
|
|
|
label = "linux";
|
|
|
|
reg = <0x4f4000 0x1d20000>;
|
|
|
|
};
|
|
|
|
|
|
|
|
partition@2214000 {
|
|
|
|
label = "user";
|
|
|
|
reg = <0x2214000 0x1dec000>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2013-07-08 04:34:56 +08:00
|
|
|
&mdio {
|
|
|
|
status = "okay";
|
|
|
|
|
|
|
|
ethphy0: ethernet-phy@0 {
|
|
|
|
reg = <0>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
ð0 {
|
|
|
|
status = "okay";
|
|
|
|
ethernet0-port@0 {
|
|
|
|
phy-handle = <ðphy0>;
|
|
|
|
};
|
|
|
|
};
|