2012-11-13 11:43:09 +04:00
/dts-v1/;
2013-07-26 17:18:02 +04:00
#include "kirkwood.dtsi"
#include "kirkwood-6282.dtsi"
2012-11-13 11:43:09 +04: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 16:56:30 +04:00
stdout-path = &uart0;
2012-11-13 11:43:09 +04:00
};
ocp@f1000000 {
serial@12000 {
2014-04-30 16:56:36 +04:00
status = "okay";
2012-11-13 11:43:09 +04:00
};
serial@12100 {
2014-04-30 16:56:36 +04:00
status = "okay";
2012-11-13 11:43:09 +04:00
};
sata@80000 {
nr-ports = <1>;
status = "okay";
};
2012-11-23 01:30:10 +04:00
i2c@11100 {
status = "okay";
s35390a: s35390a@30 {
2014-03-22 16:46:00 +04:00
compatible = "sii,s35390a";
2012-11-23 01:30:10 +04:00
reg = <0x30>;
};
};
2012-12-23 06:34:37 +04:00
2014-04-30 16:56:32 +04:00
pinctrl: pin-controller@10000 {
2013-05-24 13:44:57 +04:00
pinctrl-0 = <&pmx_dip_switches &pmx_gpio_header>;
2012-12-23 06:34:37 +04: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 13:44:57 +04:00
pmx_dip_switches: pmx-dip-switches {
marvell,pins = "mpp20", "mpp21", "mpp22", "mpp23";
2012-12-23 06:34:37 +04:00
marvell,function = "gpio";
};
2013-05-24 13:44:57 +04:00
pmx_gpio_header: pmx-gpio-header {
marvell,pins = "mpp24", "mpp25", "mpp26", "mpp27",
"mpp28", "mpp29", "mpp30", "mpp31";
2012-12-23 06:34:37 +04: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 13:44:57 +04:00
pmx_leds: pmx-leds {
marvell,pins = "mpp41", "mpp42", "mpp43";
2012-12-23 06:34:37 +04:00
marvell,function = "gpio";
};
};
2012-11-13 11:43:09 +04:00
};
2012-11-24 00:24:09 +04:00
gpio-leds {
compatible = "gpio-leds";
2013-05-24 13:44:57 +04:00
pinctrl-0 = <&pmx_leds>;
2013-05-24 13:44:54 +04:00
pinctrl-names = "default";
2012-11-24 00:24:09 +04:00
led-red {
label = "obsa6:red:stat";
2013-12-04 19:51:39 +04:00
gpios = <&gpio1 9 GPIO_ACTIVE_LOW>;
2012-11-24 00:24:09 +04:00
};
led-green {
label = "obsa6:green:stat";
2013-12-04 19:51:39 +04:00
gpios = <&gpio1 10 GPIO_ACTIVE_LOW>;
2012-11-24 00:24:09 +04:00
};
led-yellow {
label = "obsa6:yellow:stat";
2013-12-04 19:51:39 +04:00
gpios = <&gpio1 11 GPIO_ACTIVE_LOW>;
2012-11-24 00:24:09 +04:00
};
};
2013-05-24 13:44:58 +04: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 19:51:38 +04:00
linux,code = <KEY_POWER>;
2013-12-04 19:51:39 +04:00
gpios = <&gpio1 6 GPIO_ACTIVE_HIGH>;
2013-05-24 13:44:58 +04:00
};
};
2012-11-13 11:43:09 +04:00
};
2013-07-08 00:34:56 +04:00
2013-09-17 22:44:33 +04: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 00:34:56 +04:00
&mdio {
status = "okay";
ethphy0: ethernet-phy@0 {
reg = <0>;
};
};
ð0 {
status = "okay";
ethernet0-port@0 {
phy-handle = <ðphy0>;
};
};