From: Max Filippov Date: Fri, 2 Oct 2015 00:47:13 +0000 (+0300) Subject: xtensa: nommu: xtfpga: add kc705 DTS X-Git-Tag: v4.14-rc1~3600^2~15^2~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=adbd75edee554ac2ae3927e2f778e360d341133f;p=platform%2Fkernel%2Flinux-rpi.git xtensa: nommu: xtfpga: add kc705 DTS Signed-off-by: Max Filippov --- diff --git a/arch/xtensa/boot/dts/kc705_nommu.dts b/arch/xtensa/boot/dts/kc705_nommu.dts new file mode 100644 index 0000000..65f3d74 --- /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>; + }; +};