]> git.sur5r.net Git - u-boot/blob - arch/arm/dts/uniphier-proxstream2-vodka.dts
colibri-vf: Disable pull-up configuration in GPIO pin mux
[u-boot] / arch / arm / dts / uniphier-proxstream2-vodka.dts
1 /*
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 {
22                 stdout-path = "serial2:115200n8";
23         };
24
25         aliases {
26                 serial0 = &serial0;
27                 serial1 = &serial1;
28                 serial2 = &serial2;
29                 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
44 &emmc {
45         status = "okay";
46 };
47
48 &usb0 {
49         status = "okay";
50 };
51
52 /* for U-Boot only */
53 / {
54         soc {
55                 u-boot,dm-pre-reloc;
56         };
57 };
58
59 &serial2 {
60         u-boot,dm-pre-reloc;
61 };
62
63 &mio {
64         u-boot,dm-pre-reloc;
65 };
66
67 &emmc {
68         u-boot,dm-pre-reloc;
69 };
70
71 &pinctrl {
72         u-boot,dm-pre-reloc;
73 };
74
75 &pinctrl_uart2 {
76         u-boot,dm-pre-reloc;
77 };
78
79 &pinctrl_emmc {
80         u-boot,dm-pre-reloc;
81 };