mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 15:37:23 +00:00
509eb67802
This commit adds basic device tree sources for UniPhier SoCs/boards. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
25 lines
522 B
Text
25 lines
522 B
Text
/*
|
|
* 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";
|
|
};
|
|
};
|