]> git.ipfire.org Git - people/ms/u-boot.git/blob - arch/arm/dts/uniphier-ld20-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-ld20-ref.dts
1 /*
2 * Device Tree Source for UniPhier LD20 Reference Board
3 *
4 * Copyright (C) 2015-2016 Socionext Inc.
5 * Author: Masahiro Yamada <yamada.masahiro@socionext.com>
6 *
7 * SPDX-License-Identifier: GPL-2.0+ X11
8 */
9
10 /dts-v1/;
11 /include/ "uniphier-ld20.dtsi"
12 /include/ "uniphier-ref-daughter.dtsi"
13 /include/ "uniphier-support-card.dtsi"
14
15 / {
16 model = "UniPhier LD20 Reference Board";
17 compatible = "socionext,uniphier-ld20-ref", "socionext,uniphier-ld20";
18
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 };
31
32 memory {
33 device_type = "memory";
34 reg = <0 0x80000000 0 0xc0000000>;
35 };
36
37 chosen {
38 stdout-path = "serial0:115200n8";
39 };
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
54 /* for U-Boot only */
55 &serial0 {
56 u-boot,dm-pre-reloc;
57 };
58
59 &pinctrl_uart0 {
60 u-boot,dm-pre-reloc;
61 };