diff options
author | Olof Johansson <olof@lixom.net> | 2012-05-19 11:57:36 -0700 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2012-05-19 11:57:36 -0700 |
commit | 0804dcb2afdcf014947ee98264041765f580d43f (patch) | |
tree | 7711bd9db2e31a23880b2d463066de92f0f64a52 /arch/arm/boot/dts/emev2-kzm9d.dts | |
parent | 19a64d9d591f9d188707e86e53bc0c4ed99ac8f0 (diff) | |
parent | 450cca47d65b7500ba05d56770adbf8c758dc87d (diff) | |
download | blackbird-op-linux-0804dcb2afdcf014947ee98264041765f580d43f.tar.gz blackbird-op-linux-0804dcb2afdcf014947ee98264041765f580d43f.zip |
Merge branch 'emev2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/renesas into next/soc
* 'emev2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/renesas:
mach-shmobile: Use DT_MACHINE for KZM9D V3
mach-shmobile: Emma Mobile EV2 DT support V3
mach-shmobile: KZM9D board Ethernet support V3
mach-shmobile: Emma Mobile EV2 GPIO support V3
mach-shmobile: Emma Mobile EV2 SMP support V3
mach-shmobile: KZM9D board support V3
mach-shmobile: Emma Mobile EV2 SoC base support V3
gpio: Emma Mobile GPIO driver V2
Diffstat (limited to 'arch/arm/boot/dts/emev2-kzm9d.dts')
-rw-r--r-- | arch/arm/boot/dts/emev2-kzm9d.dts | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/emev2-kzm9d.dts b/arch/arm/boot/dts/emev2-kzm9d.dts new file mode 100644 index 000000000000..297e3baba71c --- /dev/null +++ b/arch/arm/boot/dts/emev2-kzm9d.dts @@ -0,0 +1,26 @@ +/* + * Device Tree Source for the KZM9D board + * + * Copyright (C) 2012 Renesas Solutions Corp. + * + * This file is licensed under the terms of the GNU General Public License + * version 2. This program is licensed "as is" without any warranty of any + * kind, whether express or implied. + */ +/dts-v1/; + +/include/ "emev2.dtsi" + +/ { + model = "EMEV2 KZM9D Board"; + compatible = "renesas,kzm9d", "renesas,emev2"; + + memory { + device_type = "memory"; + reg = <0x40000000 0x8000000>; + }; + + chosen { + bootargs = "console=ttyS1,115200n81"; + }; +}; |