blob: f70bc82e25735ff4130022158e0725728738cbba [file] [log] [blame]
Masahiro Yamada3f231112016-02-12 20:27:02 +09001/*
Masahiro Yamada52159d22016-10-07 16:43:00 +09002 * Device Tree Source for UniPhier Pro4 Ace Board
Masahiro Yamada3f231112016-02-12 20:27:02 +09003 *
Masahiro Yamada52159d22016-10-07 16:43:00 +09004 * Copyright (C) 2016 Socionext Inc.
5 * Author: Masahiro Yamada <yamada.masahiro@socionext.com>
Masahiro Yamada3f231112016-02-12 20:27:02 +09006 *
7 * SPDX-License-Identifier: GPL-2.0+ X11
8 */
9
10/dts-v1/;
Masahiro Yamada52159d22016-10-07 16:43:00 +090011/include/ "uniphier-pro4.dtsi"
Masahiro Yamada3f231112016-02-12 20:27:02 +090012
13/ {
Masahiro Yamada52159d22016-10-07 16:43:00 +090014 model = "UniPhier Pro4 Ace Board";
15 compatible = "socionext,uniphier-pro4-ace", "socionext,uniphier-pro4";
Masahiro Yamada3f231112016-02-12 20:27:02 +090016
17 memory {
18 device_type = "memory";
19 reg = <0x80000000 0x40000000>;
20 };
21
22 chosen {
23 stdout-path = "serial0:115200n8";
24 };
25
26 aliases {
27 serial0 = &serial0;
28 serial1 = &serial1;
29 serial2 = &serial2;
30 i2c0 = &i2c0;
31 i2c1 = &i2c1;
32 i2c2 = &i2c2;
33 i2c3 = &i2c3;
34 i2c5 = &i2c5;
35 i2c6 = &i2c6;
36 };
37};
38
39&serial0 {
40 status = "okay";
41};
42
43&serial1 {
44 status = "okay";
45};
46
47&serial2 {
48 status = "okay";
49};
50
51&i2c0 {
52 status = "okay";
53
Masahiro Yamada52159d22016-10-07 16:43:00 +090054 eeprom@54 {
55 compatible = "st,24c64", "i2c-eeprom";
Masahiro Yamada3f231112016-02-12 20:27:02 +090056 reg = <0x54>;
57 u-boot,i2c-offset-len = <2>;
58 };
59};
60
61&i2c1 {
62 status = "okay";
63};
64
65&i2c2 {
66 status = "okay";
67};
68
69&i2c3 {
70 status = "okay";
71};
72
Masahiro Yamadac7f94ee2016-02-18 19:52:50 +090073&sd {
74 status = "okay";
75};
76
Masahiro Yamada3f231112016-02-12 20:27:02 +090077&usb0 {
78 status = "okay";
79};
80
81&usb1 {
82 status = "okay";
83};
84
85&usb2 {
86 status = "okay";
87};
88
89&usb3 {
90 status = "okay";
91};
92
93/* for U-Boot only */
Masahiro Yamada3f231112016-02-12 20:27:02 +090094&serial0 {
95 u-boot,dm-pre-reloc;
96};
97
Masahiro Yamada3f231112016-02-12 20:27:02 +090098&pinctrl_uart0 {
99 u-boot,dm-pre-reloc;
100};