mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-26 20:30:54 +07:00
f17073a3ae
Add support for Plat'Home OpenBlocks A6 using the device tree where possible. This commit supports SATA, USB, ether and serial console. Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> Signed-off-by: Jason Cooper <jason@lakedaemon.net>
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";
|
|
};
|
|
};
|
|
};
|