diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-11-26 18:33:59 +0900 |
---|---|---|
committer | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-11-28 02:20:56 +0900 |
commit | 509eb67802d5cdc2b2789f08ac9f2ba33d796872 (patch) | |
tree | f6593432c012bb652c5f51c047251cdfc981f620 /arch/arm/dts/uniphier-ph1-sld8-ref.dts | |
parent | 630bf80ebb34991b3b54bd7e7ece8ffe11672832 (diff) |
ARM: UniPhier: add device tree sources
This commit adds basic device tree sources for UniPhier SoCs/boards.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'arch/arm/dts/uniphier-ph1-sld8-ref.dts')
-rw-r--r-- | arch/arm/dts/uniphier-ph1-sld8-ref.dts | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/arch/arm/dts/uniphier-ph1-sld8-ref.dts b/arch/arm/dts/uniphier-ph1-sld8-ref.dts new file mode 100644 index 0000000000..e7969afe8c --- /dev/null +++ b/arch/arm/dts/uniphier-ph1-sld8-ref.dts @@ -0,0 +1,25 @@ +/* + * Device Tree Source for UniPhier PH1-sLD8 Reference Board + * + * Copyright (C) 2014 Panasonic Corporation + * Author: Masahiro Yamada <yamada.m@jp.panasonic.com> + * + * SPDX-License-Identifier: GPL-2.0+ + */ + +/dts-v1/; +/include/ "uniphier-ph1-sld8.dtsi" + +/ { + model = "Panasonic UniPhier PH1-sLD8 Reference Board"; + compatible = "panasonic,ph1-sld8-ref", "panasonic,ph1-sld8"; + + memory { + device_type = "memory"; + reg = <0x80000000 0x20000000>; + }; + + chosen { + bootargs = "console=ttyPS0,115200 earlyprintk"; + }; +}; |