blob: 27de84dabff01e3cac47178409c16ce491b829a3 [file] [log] [blame]
Masahiro Yamada61e6cc02017-01-21 18:05:30 +09001/*
2 * Device Tree Source for UniPhier PXs3 Reference Board
3 *
4 * Copyright (C) 2017 Socionext Inc.
5 * Author: Masahiro Yamada <yamada.masahiro@socionext.com>
6 *
Masahiro Yamada31c86aa2017-08-29 12:20:53 +09007 * SPDX-License-Identifier: (GPL-2.0+ OR MIT)
Masahiro Yamada61e6cc02017-01-21 18:05:30 +09008 */
9
10/dts-v1/;
Masahiro Yamada31c86aa2017-08-29 12:20:53 +090011#include "uniphier-pxs3.dtsi"
12#include "uniphier-support-card.dtsi"
Masahiro Yamada61e6cc02017-01-21 18:05:30 +090013
14/ {
15 model = "UniPhier PXs3 Reference Board";
16 compatible = "socionext,uniphier-pxs3-ref", "socionext,uniphier-pxs3";
17
Masahiro Yamada7ad79c12017-03-13 00:16:40 +090018 chosen {
19 stdout-path = "serial0:115200n8";
20 };
21
Masahiro Yamada61e6cc02017-01-21 18:05:30 +090022 aliases {
23 serial0 = &serial0;
24 serial1 = &serial1;
25 serial2 = &serial2;
26 serial3 = &serial3;
27 i2c0 = &i2c0;
28 i2c1 = &i2c1;
29 i2c2 = &i2c2;
30 i2c3 = &i2c3;
31 i2c6 = &i2c6;
32 };
33
Masahiro Yamada7ad79c12017-03-13 00:16:40 +090034 memory@80000000 {
Masahiro Yamada61e6cc02017-01-21 18:05:30 +090035 device_type = "memory";
36 reg = <0 0x80000000 0 0xa0000000>;
37 };
Masahiro Yamada61e6cc02017-01-21 18:05:30 +090038};
39
40&ethsc {
Masahiro Yamada31c86aa2017-08-29 12:20:53 +090041 interrupts = <0 52 4>;
Masahiro Yamada61e6cc02017-01-21 18:05:30 +090042};
43
44&serial0 {
45 status = "okay";
46};
47
48&i2c0 {
49 status = "okay";
50};
Masahiro Yamada31c86aa2017-08-29 12:20:53 +090051
52&i2c1 {
53 status = "okay";
54};
55
56&i2c2 {
57 status = "okay";
58};
59
60&i2c3 {
61 status = "okay";
62};
63
64&usb0 {
65 status = "okay";
66};
67
68&usb1 {
69 status = "okay";
70};
Masahiro Yamada27287482017-10-17 21:19:43 +090071
72&nand {
73 status = "okay";
74};