ARM: dts: uniphier: sync DT with latest Linux
[oweals/u-boot.git] / arch / arm / dts / uniphier-pxs2-vodka.dts
1 /*
2  * Device Tree Source for UniPhier PXs2 Vodka Board
3  *
4  * Copyright (C) 2015-2016 Socionext Inc.
5  *   Author: Masahiro Yamada <yamada.masahiro@socionext.com>
6  *
7  * SPDX-License-Identifier:     GPL-2.0+
8  */
9
10 /dts-v1/;
11 /include/ "uniphier-pxs2.dtsi"
12
13 / {
14         model = "UniPhier PXs2 Vodka Board";
15         compatible = "socionext,uniphier-pxs2-vodka", "socionext,uniphier-pxs2";
16
17         memory {
18                 device_type = "memory";
19                 reg = <0x80000000 0x80000000>;
20         };
21
22         chosen {
23                 stdout-path = "serial0:115200n8";
24         };
25
26         aliases {
27                 serial0 = &serial2;
28                 serial1 = &serial0;
29                 serial2 = &serial1;
30                 i2c0 = &i2c0;
31                 i2c4 = &i2c4;
32                 i2c5 = &i2c5;
33                 i2c6 = &i2c6;
34         };
35 };
36
37 &serial2 {
38         status = "okay";
39 };
40
41 &i2c0 {
42         status = "okay";
43 };
44
45 &emmc {
46         status = "okay";
47 };
48
49 &usb0 {
50         status = "okay";
51 };
52
53 /* for U-Boot only */
54 &serial2 {
55         u-boot,dm-pre-reloc;
56 };
57
58 &mio_clk {
59         u-boot,dm-pre-reloc;
60 };
61
62 &emmc {
63         u-boot,dm-pre-reloc;
64 };
65
66 &pinctrl_uart2 {
67         u-boot,dm-pre-reloc;
68 };
69
70 &pinctrl_emmc {
71         u-boot,dm-pre-reloc;
72 };