2012-11-13 14:43:09 +07:00
|
|
|
/dts-v1/;
|
|
|
|
|
|
|
|
/include/ "kirkwood.dtsi"
|
2012-11-23 04:30:10 +07:00
|
|
|
/include/ "kirkwood-6282.dtsi"
|
2012-11-13 14:43:09 +07: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";
|
|
|
|
};
|
|
|
|
|
|
|
|
ocp@f1000000 {
|
|
|
|
serial@12000 {
|
|
|
|
clock-frequency = <200000000>;
|
|
|
|
status = "ok";
|
|
|
|
};
|
|
|
|
|
|
|
|
serial@12100 {
|
|
|
|
clock-frequency = <200000000>;
|
|
|
|
status = "ok";
|
|
|
|
};
|
|
|
|
|
|
|
|
nand@3000000 {
|
|
|
|
chip-delay = <25>;
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
sata@80000 {
|
|
|
|
nr-ports = <1>;
|
|
|
|
status = "okay";
|
|
|
|
};
|
2012-11-23 04:30:10 +07:00
|
|
|
|
|
|
|
i2c@11100 {
|
|
|
|
status = "okay";
|
|
|
|
|
|
|
|
s35390a: s35390a@30 {
|
|
|
|
compatible = "s35390a";
|
|
|
|
reg = <0x30>;
|
|
|
|
};
|
|
|
|
};
|
2012-11-13 14:43:09 +07:00
|
|
|
};
|
|
|
|
};
|