Merge git://git.denx.de/u-boot-imx
[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+ OR MIT)
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         chosen {
18                 stdout-path = "serial0:115200n8";
19         };
20
21         aliases {
22                 serial0 = &serial2;
23                 serial1 = &serial0;
24                 serial2 = &serial1;
25                 i2c0 = &i2c0;
26                 i2c4 = &i2c4;
27                 i2c5 = &i2c5;
28                 i2c6 = &i2c6;
29         };
30
31         memory@80000000 {
32                 device_type = "memory";
33                 reg = <0x80000000 0x80000000>;
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 &sd_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 };