From adbd75edee554ac2ae3927e2f778e360d341133f Mon Sep 17 00:00:00 2001 From: Max Filippov Date: Fri, 2 Oct 2015 03:47:13 +0300 Subject: [PATCH] xtensa: nommu: xtfpga: add kc705 DTS Signed-off-by: Max Filippov --- arch/xtensa/boot/dts/kc705_nommu.dts | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 arch/xtensa/boot/dts/kc705_nommu.dts diff --git a/arch/xtensa/boot/dts/kc705_nommu.dts b/arch/xtensa/boot/dts/kc705_nommu.dts new file mode 100644 index 000000000000..65f3d741b964 --- /dev/null +++ b/arch/xtensa/boot/dts/kc705_nommu.dts @@ -0,0 +1,17 @@ +/dts-v1/; +/include/ "xtfpga.dtsi" +/include/ "xtfpga-flash-128m.dtsi" + +/ { + compatible = "cdns,xtensa-kc705"; + chosen { + bootargs = "earlycon=uart8250,mmio32,0x9d050020,115200n8 console=ttyS0,115200n8 ip=dhcp root=/dev/nfs rw debug"; + }; + memory@0 { + device_type = "memory"; + reg = <0x60000000 0x10000000>; + }; + soc { + ranges = <0x00000000 0x90000000 0x10000000>; + }; +}; -- 2.34.1