]> git.ipfire.org Git - people/ms/u-boot.git/blob - arch/arm/dts/uniphier-proxstream2-gentil.dts
81d2385bf9addcd65bcdd198ff756d9024032c41
[people/ms/u-boot.git] / arch / arm / dts / uniphier-proxstream2-gentil.dts
1 /*
2 * Device Tree Source for UniPhier ProXstream2 Gentil 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 Gentil Board";
14 compatible = "socionext,proxstream2-gentil", "socionext,proxstream2";
15
16 memory {
17 device_type = "memory";
18 reg = <0x80000000 0x80000000>;
19 };
20
21 chosen {
22 bootargs = "console=ttyS2,115200";
23 stdout-path = &serial2;
24 };
25
26 aliases {
27 serial0 = &serial0;
28 serial1 = &serial1;
29 serial2 = &serial2;
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 /* for U-boot only */
46 / {
47 soc {
48 u-boot,dm-pre-reloc;
49 };
50 };
51
52 &serial2 {
53 u-boot,dm-pre-reloc;
54 };
55
56 &pinctrl {
57 u-boot,dm-pre-reloc;
58 };
59
60 &pinctrl_uart2 {
61 u-boot,dm-pre-reloc;
62 };