mirror of
https://github.com/torvalds/linux.git
synced 2024-12-28 13:51:44 +00: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";
|
|
};
|
|
};
|