blob: ea1119897682378e3fa442c5638ce1ca01043c82 [file] [log] [blame]
Masahiro Yamadaf0c34fc2016-03-18 16:41:49 +09001/*
Masahiro Yamada39a67ff2016-10-07 16:43:00 +09002 * Device Tree Source for UniPhier LD11 Reference Board
Masahiro Yamadaf0c34fc2016-03-18 16:41:49 +09003 *
Masahiro Yamada1174603f2016-06-29 19:38:56 +09004 * Copyright (C) 2016 Socionext Inc.
5 * Author: Masahiro Yamada <yamada.masahiro@socionext.com>
Masahiro Yamadaf0c34fc2016-03-18 16:41:49 +09006 *
7 * SPDX-License-Identifier: GPL-2.0+ X11
8 */
9
10/dts-v1/;
Masahiro Yamada39a67ff2016-10-07 16:43:00 +090011/include/ "uniphier-ld11.dtsi"
12/include/ "uniphier-ref-daughter.dtsi"
Masahiro Yamadaf0c34fc2016-03-18 16:41:49 +090013/include/ "uniphier-support-card.dtsi"
14
15/ {
Masahiro Yamada39a67ff2016-10-07 16:43:00 +090016 model = "UniPhier LD11 Reference Board";
17 compatible = "socionext,uniphier-ld11-ref", "socionext,uniphier-ld11";
Masahiro Yamadaf0c34fc2016-03-18 16:41:49 +090018
Masahiro Yamadaf0c34fc2016-03-18 16:41:49 +090019 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 };
Masahiro Yamada79b06c82016-04-21 14:43:14 +090031
32 memory {
33 device_type = "memory";
34 reg = <0 0x80000000 0 0x40000000>;
35 };
36
37 chosen {
38 stdout-path = "serial0:115200n8";
39 };
Masahiro Yamadaf0c34fc2016-03-18 16:41:49 +090040};
41
42&ethsc {
43 interrupts = <0 48 4>;
44};
45
46&serial0 {
47 status = "okay";
48};
49
50&i2c0 {
51 status = "okay";
52};
53
Masahiro Yamada09b02752016-05-24 21:14:03 +090054&usb0 {
55 status = "okay";
56};
57
58&usb1 {
59 status = "okay";
60};
61
62&usb2 {
63 status = "okay";
64};
65
Masahiro Yamadaf0c34fc2016-03-18 16:41:49 +090066/* for U-Boot only */
Masahiro Yamadaf0c34fc2016-03-18 16:41:49 +090067&serial0 {
68 u-boot,dm-pre-reloc;
69};
70
Masahiro Yamadaf0c34fc2016-03-18 16:41:49 +090071&pinctrl_uart0 {
72 u-boot,dm-pre-reloc;
73};
Masahiro Yamada7637da82016-09-17 03:33:05 +090074
75&pinctrl_system_bus {
76 u-boot,dm-pre-reloc;
77};