diff options
author | Max Filippov <jcmvbkbc@gmail.com> | 2015-10-02 03:47:13 +0300 |
---|---|---|
committer | Max Filippov <jcmvbkbc@gmail.com> | 2015-11-02 18:03:11 +0300 |
commit | adbd75edee554ac2ae3927e2f778e360d341133f (patch) | |
tree | 5811ce9c5e4fe4cd70a9bdcbcdb64400d214d50b /arch/xtensa | |
parent | ca55b2fef3a9373fcfc30f82fd26bc7fccbda732 (diff) | |
download | linux-adbd75edee554ac2ae3927e2f778e360d341133f.tar.bz2 |
xtensa: nommu: xtfpga: add kc705 DTS
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Diffstat (limited to 'arch/xtensa')
-rw-r--r-- | arch/xtensa/boot/dts/kc705_nommu.dts | 17 |
1 files changed, 17 insertions, 0 deletions
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>; + }; +}; |