40 lines
603 B
Plaintext
40 lines
603 B
Plaintext
|
/dts-v1/;
|
||
|
|
||
|
/include/ "kirkwood.dtsi"
|
||
|
|
||
|
/ {
|
||
|
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";
|
||
|
};
|
||
|
};
|
||
|
};
|