diff options
author | Rafael J. Wysocki <rjw@sisk.pl> | 2012-07-11 23:02:37 +0200 |
---|---|---|
committer | Rafael J. Wysocki <rjw@sisk.pl> | 2012-07-11 23:02:37 +0200 |
commit | 0df8fa46611abc56e39f541495d667e4bf4f1060 (patch) | |
tree | b71744a41ab7584dc7327350b2237ba78aec603f /arch/arm/boot/dts | |
parent | 27748df5eeb4a3b5e5dd588a199852d4cfaec53d (diff) | |
parent | c54d6eca4f717b44e26ca8f91fbf2314d083625e (diff) | |
download | blackbird-obmc-linux-0df8fa46611abc56e39f541495d667e4bf4f1060.tar.gz blackbird-obmc-linux-0df8fa46611abc56e39f541495d667e4bf4f1060.zip |
Merge branch 'renesas-sh7377' into renesas-soc
* renesas-sh7377:
ARM: mach-shmobile: sh7377 generic board support via DT
Diffstat (limited to 'arch/arm/boot/dts')
-rw-r--r-- | arch/arm/boot/dts/sh7377.dtsi | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/sh7377.dtsi b/arch/arm/boot/dts/sh7377.dtsi new file mode 100644 index 000000000000..767ee0796daa --- /dev/null +++ b/arch/arm/boot/dts/sh7377.dtsi @@ -0,0 +1,21 @@ +/* + * Device Tree Source for the sh7377 SoC + * + * 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. + */ + +/include/ "skeleton.dtsi" + +/ { + compatible = "renesas,sh7377"; + + cpus { + cpu@0 { + compatible = "arm,cortex-a8"; + }; + }; +}; |