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