]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/arm/dts/uniphier-pro4-sanji.dts
ARM: uniphier: split u-boot,dm-pre-reloc out to uniphier-v7-u-boot.dtsi
[people/ms/u-boot.git] / arch / arm / dts / uniphier-pro4-sanji.dts
CommitLineData
3f231117 1/*
52159d27 2 * Device Tree Source for UniPhier Pro4 Sanji Board
3f231117 3 *
52159d27
MY
4 * Copyright (C) 2016 Socionext Inc.
5 * Author: Masahiro Yamada <yamada.masahiro@socionext.com>
3f231117 6 *
d9403001 7 * SPDX-License-Identifier: (GPL-2.0+ OR MIT)
3f231117
MY
8 */
9
10/dts-v1/;
6c9e46ef 11#include "uniphier-pro4.dtsi"
3f231117
MY
12
13/ {
52159d27
MY
14 model = "UniPhier Pro4 Sanji Board";
15 compatible = "socionext,uniphier-pro4-sanji", "socionext,uniphier-pro4";
3f231117 16
3f231117
MY
17 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 };
f16eda96 31
7ad79c12 32 memory@80000000 {
f16eda96
MY
33 device_type = "memory";
34 reg = <0x80000000 0x80000000>;
35 };
3f231117
MY
36};
37
38&serial0 {
39 status = "okay";
40};
41
42&serial1 {
43 status = "okay";
44};
45
46&i2c0 {
47 status = "okay";
48
52159d27 49 eeprom@54 {
d9403001 50 compatible = "st,24c64", "atmel,24c64", "i2c-eeprom";
3f231117 51 reg = <0x54>;
7317a940 52 pagesize = <32>;
3f231117
MY
53 u-boot,i2c-offset-len = <2>;
54 };
55};
56
57&i2c1 {
58 status = "okay";
59};
60
61&i2c2 {
62 status = "okay";
63};
64
65&i2c3 {
66 status = "okay";
67};
68
c7f94eec
MY
69&emmc {
70 status = "okay";
71};
72
3f231117
MY
73&usb0 {
74 status = "okay";
75};
76
77&usb1 {
78 status = "okay";
79};
80
81&usb2 {
82 status = "okay";
83};
84
85&usb3 {
86 status = "okay";
87};