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