2013-04-09 00:41:28 +02:00
/dts-v1/;
2013-07-26 10:18:02 -03:00
#include "kirkwood.dtsi"
#include "kirkwood-6281.dtsi"
2013-04-09 00:41:28 +02:00
/ {
model = "LaCie CloudBox";
compatible = "lacie,cloudbox", "marvell,kirkwood-88f6702", "marvell,kirkwood";
memory {
device_type = "memory";
reg = <0x00000000 0x10000000>;
};
chosen {
bootargs = "console=ttyS0,115200n8";
2014-04-30 14:56:30 +02:00
stdout-path = &uart0;
2013-04-09 00:41:28 +02:00
};
ocp@f1000000 {
2014-04-30 14:56:32 +02:00
pinctrl: pin-controller@10000 {
2013-04-09 00:41:28 +02:00
pmx_cloudbox_sata0: pmx-cloudbox-sata0 {
marvell,pins = "mpp15";
marvell,function = "sata0";
};
};
serial@12000 {
status = "okay";
};
sata@80000 {
2013-05-24 11:44:38 +02:00
pinctrl-0 = <&pmx_cloudbox_sata0>;
pinctrl-names = "default";
2013-04-09 00:41:28 +02:00
status = "okay";
nr-ports = <1>;
};
spi@10600 {
status = "okay";
flash@0 {
#address-cells = <1>;
#size-cells = <1>;
2015-05-19 13:40:16 +02:00
compatible = "mxicy,mx25l4005a", "jedec,spi-nor";
2013-04-09 00:41:28 +02:00
reg = <0>;
spi-max-frequency = <20000000>;
mode = <0>;
partition@0 {
reg = <0x0 0x80000>;
label = "u-boot";
};
};
};
};
gpio_keys {
compatible = "gpio-keys";
#address-cells = <1>;
#size-cells = <0>;
2016-04-03 04:03:43 +02:00
power {
2013-04-09 00:41:28 +02:00
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 = <&gpio0 16 GPIO_ACTIVE_LOW>;
2013-04-09 00:41:28 +02:00
};
};
gpio-leds {
compatible = "gpio-leds";
red-fail {
label = "cloudbox:red:fail";
2013-12-04 16:51:39 +01:00
gpios = <&gpio0 14 GPIO_ACTIVE_HIGH>;
2013-04-09 00:41:28 +02:00
};
blue-sata {
label = "cloudbox:blue:sata";
2013-12-04 16:51:39 +01:00
gpios = <&gpio0 15 GPIO_ACTIVE_HIGH>;
2013-04-09 00:41:28 +02:00
};
};
gpio_poweroff {
compatible = "gpio-poweroff";
2013-12-04 16:51:39 +01:00
gpios = <&gpio0 17 GPIO_ACTIVE_HIGH>;
2013-04-09 00:41:28 +02:00
};
};
2013-07-07 22:34:56 +02:00
&mdio {
status = "okay";
ethphy0: ethernet-phy@0 {
reg = <0>;
};
};
ð0 {
status = "okay";
ethernet0-port@0 {
phy-handle = <ðphy0>;
};
};