mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-27 04:55:14 +07:00
6fbfe90e58
Add a dtsi file for RT3883 SoC and a sample dts file. Signed-off-by: John Crispin <blogic@openwrt.org> Acked-by: Grant Likely <grant.likely@secretlab.ca> Patchwork: http://patchwork.linux-mips.org/patch/5189/
17 lines
242 B
Plaintext
17 lines
242 B
Plaintext
/dts-v1/;
|
|
|
|
/include/ "rt3883.dtsi"
|
|
|
|
/ {
|
|
compatible = "ralink,rt3883-eval-board", "ralink,rt3883-soc";
|
|
model = "Ralink RT3883 evaluation board";
|
|
|
|
memory@0 {
|
|
reg = <0x0 0x2000000>;
|
|
};
|
|
|
|
chosen {
|
|
bootargs = "console=ttyS0,57600";
|
|
};
|
|
};
|