Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
[sfrench/cifs-2.6.git] / arch / arm64 / boot / dts / socionext / uniphier-pxs3-ref.dts
1 /*
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  *
7  * SPDX-License-Identifier: (GPL-2.0+ OR MIT)
8  */
9
10 /dts-v1/;
11 #include "uniphier-pxs3.dtsi"
12 #include "uniphier-support-card.dtsi"
13
14 / {
15         model = "UniPhier PXs3 Reference Board";
16         compatible = "socionext,uniphier-pxs3-ref", "socionext,uniphier-pxs3";
17
18         chosen {
19                 stdout-path = "serial0:115200n8";
20         };
21
22         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
34         memory@80000000 {
35                 device_type = "memory";
36                 reg = <0 0x80000000 0 0xa0000000>;
37         };
38 };
39
40 &ethsc {
41         interrupt-parent = <&gpio>;
42         interrupts = <0 8>;
43 };
44
45 &serial0 {
46         status = "okay";
47 };
48
49 &i2c0 {
50         status = "okay";
51 };
52
53 &i2c1 {
54         status = "okay";
55 };
56
57 &i2c2 {
58         status = "okay";
59 };
60
61 &i2c3 {
62         status = "okay";
63 };
64
65 &nand {
66         status = "okay";
67 };