blob: 11016a4b8d9bd0c309fe872821dfd36d2f7faae0 [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 Sanji 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 Sanji Board";
15 compatible = "socionext,uniphier-pro4-sanji", "socionext,uniphier-pro4";
Masahiro Yamada3f231112016-02-12 20:27:02 +090016
Masahiro Yamada3f231112016-02-12 20:27:02 +090017 chosen {
18 stdout-path = "serial0:115200n8";
19 };
20
21 aliases {
22 serial0 = &serial0;
23 serial1 = &serial1;
24 i2c0 = &i2c0;
25 i2c1 = &i2c1;
26 i2c2 = &i2c2;
27 i2c3 = &i2c3;
28 i2c5 = &i2c5;
29 i2c6 = &i2c6;
30 };
Masahiro Yamadaf16eda92017-03-13 00:16:39 +090031
Masahiro Yamada7ad79c12017-03-13 00:16:40 +090032 memory@80000000 {
Masahiro Yamadaf16eda92017-03-13 00:16:39 +090033 device_type = "memory";
34 reg = <0x80000000 0x80000000>;
35 };
Masahiro Yamada3f231112016-02-12 20:27:02 +090036};
37
38&serial0 {
39 status = "okay";
40};
41
42&serial1 {
43 status = "okay";
44};
45
46&i2c0 {
47 status = "okay";
48
Masahiro Yamada52159d22016-10-07 16:43:00 +090049 eeprom@54 {
50 compatible = "st,24c64", "i2c-eeprom";
Masahiro Yamada3f231112016-02-12 20:27:02 +090051 reg = <0x54>;
52 u-boot,i2c-offset-len = <2>;
53 };
54};
55
56&i2c1 {
57 status = "okay";
58};
59
60&i2c2 {
61 status = "okay";
62};
63
64&i2c3 {
65 status = "okay";
66};
67
Masahiro Yamadac7f94ee2016-02-18 19:52:50 +090068&emmc {
69 status = "okay";
70};
71
Masahiro Yamada3f231112016-02-12 20:27:02 +090072&usb0 {
73 status = "okay";
74};
75
76&usb1 {
77 status = "okay";
78};
79
80&usb2 {
81 status = "okay";
82};
83
84&usb3 {
85 status = "okay";
86};
87
88/* for U-Boot only */
Masahiro Yamada3f231112016-02-12 20:27:02 +090089&serial0 {
90 u-boot,dm-pre-reloc;
91};
92
Masahiro Yamada35343a22016-09-22 07:42:23 +090093&mio_clk {
Masahiro Yamadaa55d9fe2016-02-16 17:08:39 +090094 u-boot,dm-pre-reloc;
95};
96
97&emmc {
98 u-boot,dm-pre-reloc;
99};
100
Masahiro Yamada3f231112016-02-12 20:27:02 +0900101&pinctrl_uart0 {
102 u-boot,dm-pre-reloc;
103};
Masahiro Yamadaa55d9fe2016-02-16 17:08:39 +0900104
105&pinctrl_emmc {
106 u-boot,dm-pre-reloc;
107};