mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-27 01:40:56 +07:00
30 lines
475 B
Plaintext
30 lines
475 B
Plaintext
|
/dts-v1/;
|
||
|
|
||
|
/include/ "kirkwood.dtsi"
|
||
|
|
||
|
/ {
|
||
|
model = "Keymile Kirkwood Reference Design";
|
||
|
compatible = "keymile,km_kirkwood", "marvell,kirkwood-98DX4122", "marvell,kirkwood";
|
||
|
|
||
|
memory {
|
||
|
device_type = "memory";
|
||
|
reg = <0x00000000 0x08000000>;
|
||
|
};
|
||
|
|
||
|
chosen {
|
||
|
bootargs = "console=ttyS0,115200n8 earlyprintk";
|
||
|
};
|
||
|
|
||
|
ocp@f1000000 {
|
||
|
serial@12000 {
|
||
|
clock-frequency = <200000000>;
|
||
|
status = "ok";
|
||
|
};
|
||
|
|
||
|
nand@3000000 {
|
||
|
status = "ok";
|
||
|
chip-delay = <25>;
|
||
|
};
|
||
|
};
|
||
|
};
|