2013-07-26 10:18:02 -03:00
#include "kirkwood.dtsi"
#include "kirkwood-6281.dtsi"
2012-10-17 12:09:04 +02:00
/ {
chosen {
bootargs = "console=ttyS0,115200n8";
2014-04-30 14:56:30 +02:00
stdout-path = &uart0;
2012-10-17 12:09:04 +02:00
};
ocp@f1000000 {
2014-04-30 14:56:32 +02:00
pinctrl: pin-controller@10000 {
2013-01-08 15:36:18 +01:00
pmx_ns2_sata0: pmx-ns2-sata0 {
marvell,pins = "mpp21";
marvell,function = "sata0";
};
pmx_ns2_sata1: pmx-ns2-sata1 {
marvell,pins = "mpp20";
marvell,function = "sata1";
};
};
2012-10-17 12:09:04 +02:00
serial@12000 {
status = "okay";
};
spi@10600 {
status = "okay";
flash@0 {
#address-cells = <1>;
#size-cells = <1>;
2014-03-22 13:46:00 +01:00
compatible = "mxicy,mx25l4005a";
2012-10-17 12:09:04 +02:00
reg = <0>;
spi-max-frequency = <20000000>;
mode = <0>;
partition@0 {
reg = <0x0 0x80000>;
label = "u-boot";
};
};
};
i2c@11000 {
status = "okay";
eeprom@50 {
2014-03-22 13:45:58 +01:00
compatible = "atmel,24c04";
2012-10-17 12:09:04 +02:00
pagesize = <16>;
reg = <0x50>;
};
};
};
gpio_keys {
compatible = "gpio-keys";
#address-cells = <1>;
#size-cells = <0>;
button@1 {
label = "Power push button";
2013-12-04 16:51:38 +01:00
linux,code = <KEY_POWER>;
2013-12-04 16:51:39 +01:00
gpios = <&gpio1 0 GPIO_ACTIVE_HIGH>;
2012-10-17 12:09:04 +02:00
};
};
gpio-leds {
compatible = "gpio-leds";
red-fail {
label = "ns2:red:fail";
2013-12-04 16:51:39 +01:00
gpios = <&gpio0 12 GPIO_ACTIVE_HIGH>;
2012-10-17 12:09:04 +02:00
};
};
2012-12-28 15:14:10 +01:00
gpio_poweroff {
compatible = "gpio-poweroff";
2013-12-04 16:51:39 +01:00
gpios = <&gpio0 31 GPIO_ACTIVE_HIGH>;
2012-12-28 15:14:10 +01:00
};
2012-10-17 12:09:04 +02:00
};
2013-07-07 22:34:56 +02:00
&mdio {
status = "okay";
ethphy0: ethernet-phy {
/* overwrite reg property in board file */
};
};
ð0 {
status = "okay";
ethernet0-port@0 {
phy-handle = <ðphy0>;
};
};