ARM: uniphier: split u-boot,dm-pre-reloc out to uniphier-v7-u-boot.dtsi
[oweals/u-boot.git] / arch / arm / dts / uniphier-pro5-4kbox.dts
1 /*
2  * Device Tree Source for UniPhier Pro5 4KBOX Board (EVB-Pro5-4KBOX-M-V0)
3  *
4  * Copyright (C) 2015-2016 Socionext Inc.
5  *   Author: Masahiro Yamada <yamada.masahiro@socionext.com>
6  *
7  * SPDX-License-Identifier: (GPL-2.0+ OR MIT)
8  */
9
10 /dts-v1/;
11 #include "uniphier-pro5.dtsi"
12
13 / {
14         model = "UniPhier Pro5 4KBOX Board";
15         compatible = "socionext,uniphier-pro5-4kbox", "socionext,uniphier-pro5";
16
17         chosen {
18                 stdout-path = "serial1:115200n8";
19         };
20
21         aliases {
22                 serial1 = &serial1;
23                 serial2 = &serial2;
24                 i2c0 = &i2c0;
25                 i2c5 = &i2c5;
26                 i2c6 = &i2c6;
27         };
28
29         memory@80000000 {
30                 device_type = "memory";
31                 reg = <0x80000000 0x40000000>;
32         };
33 };
34
35 &serial1 {
36         status = "okay";
37 };
38
39 &serial2 {
40         status = "okay";
41 };
42
43 &i2c0 {
44         status = "okay";
45 };
46
47 &usb1 {
48         status = "okay";
49 };
50
51 &emmc {
52         status = "okay";
53 };
54
55 &sd {
56         status = "okay";
57 };