]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/arm/dts/uniphier-pro5-4kbox.dts
Merge git://git.denx.de/u-boot-i2c
[people/ms/u-boot.git] / arch / arm / dts / uniphier-pro5-4kbox.dts
CommitLineData
28f40d4a 1/*
52159d27 2 * Device Tree Source for UniPhier Pro5 4KBOX Board (EVB-Pro5-4KBOX-M-V0)
28f40d4a 3 *
52159d27
MY
4 * Copyright (C) 2015-2016 Socionext Inc.
5 * Author: Masahiro Yamada <yamada.masahiro@socionext.com>
28f40d4a 6 *
d9403001 7 * SPDX-License-Identifier: (GPL-2.0+ OR MIT)
28f40d4a
MY
8 */
9
10/dts-v1/;
6c9e46ef 11#include "uniphier-pro5.dtsi"
28f40d4a
MY
12
13/ {
52159d27
MY
14 model = "UniPhier Pro5 4KBOX Board";
15 compatible = "socionext,uniphier-pro5-4kbox", "socionext,uniphier-pro5";
28f40d4a 16
28f40d4a 17 chosen {
b00543e5 18 stdout-path = "serial1:115200n8";
28f40d4a
MY
19 };
20
21 aliases {
22 serial1 = &serial1;
23 serial2 = &serial2;
24 i2c0 = &i2c0;
25 i2c5 = &i2c5;
26 i2c6 = &i2c6;
27 };
f16eda96 28
6c9e46ef 29 memory@80000000 {
f16eda96
MY
30 device_type = "memory";
31 reg = <0x80000000 0x40000000>;
32 };
28f40d4a
MY
33};
34
35&serial1 {
36 status = "okay";
37};
38
39&serial2 {
40 status = "okay";
41};
42
43&i2c0 {
44 status = "okay";
45};
46
2610b136
MY
47&usb1 {
48 status = "okay";
49};
50
c7f94eec
MY
51&emmc {
52 status = "okay";
53};
54
55&sd {
56 status = "okay";
57};
58
a187559e 59/* for U-Boot only */
28f40d4a
MY
60&serial1 {
61 u-boot,dm-pre-reloc;
62};
63
28f40d4a
MY
64&pinctrl_uart1 {
65 u-boot,dm-pre-reloc;
66};