]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/arm/dts/uniphier-ld11-ref.dts
ARM: dts: uniphier: drop u-boot, dm-pre-reloc from system-bus pinctrl node
[people/ms/u-boot.git] / arch / arm / dts / uniphier-ld11-ref.dts
CommitLineData
fc26b7b9 1/*
52159d27 2 * Device Tree Source for UniPhier LD11 Reference Board
fc26b7b9 3 *
c4adc50e
MY
4 * Copyright (C) 2016 Socionext Inc.
5 * Author: Masahiro Yamada <yamada.masahiro@socionext.com>
fc26b7b9
MY
6 *
7 * SPDX-License-Identifier: GPL-2.0+ X11
8 */
9
10/dts-v1/;
52159d27
MY
11/include/ "uniphier-ld11.dtsi"
12/include/ "uniphier-ref-daughter.dtsi"
fc26b7b9
MY
13/include/ "uniphier-support-card.dtsi"
14
15/ {
52159d27
MY
16 model = "UniPhier LD11 Reference Board";
17 compatible = "socionext,uniphier-ld11-ref", "socionext,uniphier-ld11";
fc26b7b9 18
fc26b7b9
MY
19 aliases {
20 serial0 = &serial0;
21 serial1 = &serial1;
22 serial2 = &serial2;
23 serial3 = &serial3;
24 i2c0 = &i2c0;
25 i2c1 = &i2c1;
26 i2c2 = &i2c2;
27 i2c3 = &i2c3;
28 i2c4 = &i2c4;
29 i2c5 = &i2c5;
30 };
6c64d50e
MY
31
32 memory {
33 device_type = "memory";
34 reg = <0 0x80000000 0 0x40000000>;
35 };
36
37 chosen {
38 stdout-path = "serial0:115200n8";
39 };
fc26b7b9
MY
40};
41
42&ethsc {
43 interrupts = <0 48 4>;
44};
45
46&serial0 {
47 status = "okay";
48};
49
50&i2c0 {
51 status = "okay";
52};
53
d7e103c0
MY
54&usb0 {
55 status = "okay";
56};
57
58&usb1 {
59 status = "okay";
60};
61
62&usb2 {
63 status = "okay";
64};
65
fc26b7b9 66/* for U-Boot only */
fc26b7b9
MY
67&serial0 {
68 u-boot,dm-pre-reloc;
69};
70
fc26b7b9
MY
71&pinctrl_uart0 {
72 u-boot,dm-pre-reloc;
73};