]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/arm/dts/uniphier-pro4-ace.dts
Merge git://git.denx.de/u-boot-fsl-qoriq
[people/ms/u-boot.git] / arch / arm / dts / uniphier-pro4-ace.dts
CommitLineData
3f231117 1/*
52159d27 2 * Device Tree Source for UniPhier Pro4 Ace 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 Ace Board";
15 compatible = "socionext,uniphier-pro4-ace", "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 serial2 = &serial2;
25 i2c0 = &i2c0;
26 i2c1 = &i2c1;
27 i2c2 = &i2c2;
28 i2c3 = &i2c3;
29 i2c5 = &i2c5;
30 i2c6 = &i2c6;
31 };
f16eda96 32
7ad79c12 33 memory@80000000 {
f16eda96
MY
34 device_type = "memory";
35 reg = <0x80000000 0x40000000>;
36 };
3f231117
MY
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
52159d27 54 eeprom@54 {
d9403001 55 compatible = "st,24c64", "atmel,24c64", "i2c-eeprom";
3f231117 56 reg = <0x54>;
7317a940 57 pagesize = <32>;
3f231117
MY
58 u-boot,i2c-offset-len = <2>;
59 };
60};
61
62&i2c1 {
63 status = "okay";
64};
65
66&i2c2 {
67 status = "okay";
68};
69
70&i2c3 {
71 status = "okay";
72};
73
c7f94eec
MY
74&sd {
75 status = "okay";
76};
77
3f231117
MY
78&usb0 {
79 status = "okay";
80};
81
82&usb1 {
83 status = "okay";
84};
85
86&usb2 {
87 status = "okay";
88};
89
90&usb3 {
91 status = "okay";
92};