]> git.ipfire.org Git - people/ms/u-boot.git/blob - arch/arm/dts/uniphier-ph1-sld8-ref.dts
Merge branch 'sandbox' of git://git.denx.de/u-boot-x86
[people/ms/u-boot.git] / arch / arm / dts / uniphier-ph1-sld8-ref.dts
1 /*
2 * Device Tree Source for UniPhier PH1-sLD8 Reference Board
3 *
4 * Copyright (C) 2014 Panasonic Corporation
5 * Author: Masahiro Yamada <yamada.m@jp.panasonic.com>
6 *
7 * SPDX-License-Identifier: GPL-2.0+
8 */
9
10 /dts-v1/;
11 /include/ "uniphier-ph1-sld8.dtsi"
12
13 / {
14 model = "Panasonic UniPhier PH1-sLD8 Reference Board";
15 compatible = "panasonic,ph1-sld8-ref", "panasonic,ph1-sld8";
16
17 memory {
18 device_type = "memory";
19 reg = <0x80000000 0x20000000>;
20 };
21
22 chosen {
23 bootargs = "console=ttyPS0,115200 earlyprintk";
24 stdout-path = &uart0;
25 };
26 };
27
28 &uart0 {
29 status = "okay";
30 };
31
32 &uart1 {
33 status = "okay";
34 };
35
36 &usb0 {
37 status = "okay";
38 };
39
40 &usb1 {
41 status = "okay";
42 };