blob: 928a0928fd1b71d444ff307002aa7fa92f28575d [file] [log] [blame]
Masahiro Yamada019df872015-09-22 00:27:41 +09001/*
2 * Device Tree Source for UniPhier ProXstream2 Vodka Board
3 *
4 * Copyright (C) 2015 Masahiro Yamada <yamada.masahiro@socionext.com>
5 *
6 * SPDX-License-Identifier: GPL-2.0+
7 */
8
9/dts-v1/;
10/include/ "uniphier-proxstream2.dtsi"
11
12/ {
13 model = "UniPhier ProXstream2 Vodka Board";
14 compatible = "socionext,proxstream2-vodka", "socionext,proxstream2";
15
16 memory {
17 device_type = "memory";
18 reg = <0x80000000 0x80000000>;
19 };
20
21 chosen {
Masahiro Yamadafe8dc1f2016-07-06 19:24:09 +090022 stdout-path = "serial0:115200n8";
Masahiro Yamada019df872015-09-22 00:27:41 +090023 };
24
25 aliases {
Masahiro Yamadafe8dc1f2016-07-06 19:24:09 +090026 serial0 = &serial2;
27 serial1 = &serial0;
28 serial2 = &serial1;
Masahiro Yamada019df872015-09-22 00:27:41 +090029 i2c0 = &i2c0;
30 i2c4 = &i2c4;
31 i2c5 = &i2c5;
32 i2c6 = &i2c6;
33 };
34};
35
36&serial2 {
37 status = "okay";
38};
39
40&i2c0 {
41 status = "okay";
42};
43
Masahiro Yamadac7f94ee2016-02-18 19:52:50 +090044&emmc {
45 status = "okay";
46};
47
Masahiro Yamada2610b132015-11-04 21:56:07 +090048&usb0 {
49 status = "okay";
50};
51
Bin Menga1875592016-02-05 19:30:11 -080052/* for U-Boot only */
Masahiro Yamada019df872015-09-22 00:27:41 +090053&serial2 {
54 u-boot,dm-pre-reloc;
55};
56
Masahiro Yamadaa55d9fe2016-02-16 17:08:39 +090057&mio {
58 u-boot,dm-pre-reloc;
59};
60
61&emmc {
62 u-boot,dm-pre-reloc;
63};
64
Masahiro Yamada019df872015-09-22 00:27:41 +090065&pinctrl_uart2 {
66 u-boot,dm-pre-reloc;
67};
Masahiro Yamadaa55d9fe2016-02-16 17:08:39 +090068
69&pinctrl_emmc {
70 u-boot,dm-pre-reloc;
71};