]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/arm/dts/uniphier-ph1-sld8.dtsi
pmic: max77686 set the same compatible as in the kernel
[karo-tx-uboot.git] / arch / arm / dts / uniphier-ph1-sld8.dtsi
1 /*
2  * Device Tree Source for UniPhier PH1-sLD8 SoC
3  *
4  * Copyright (C) 2014-2015 Panasonic Corporation
5  * Copyright (C) 2015      Socionext Inc.
6  *   Author: Masahiro Yamada <yamada.masahiro@socionext.com>
7  *
8  * SPDX-License-Identifier:     GPL-2.0+
9  */
10
11 /include/ "skeleton.dtsi"
12
13 / {
14         compatible = "socionext,ph1-sld8";
15
16         cpus {
17                 #address-cells = <1>;
18                 #size-cells = <0>;
19
20                 cpu@0 {
21                         device_type = "cpu";
22                         compatible = "arm,cortex-a9";
23                         reg = <0>;
24                 };
25         };
26
27         soc {
28                 compatible = "simple-bus";
29                 #address-cells = <1>;
30                 #size-cells = <1>;
31                 ranges;
32
33                 uart0: serial@54006800 {
34                         compatible = "socionext,uniphier-uart";
35                         status = "disabled";
36                         reg = <0x54006800 0x20>;
37                         clock-frequency = <80000000>;
38                 };
39
40                 uart1: serial@54006900 {
41                         compatible = "socionext,uniphier-uart";
42                         status = "disabled";
43                         reg = <0x54006900 0x20>;
44                         clock-frequency = <80000000>;
45                 };
46
47                 uart2: serial@54006a00 {
48                         compatible = "socionext,uniphier-uart";
49                         status = "disabled";
50                         reg = <0x54006a00 0x20>;
51                         clock-frequency = <80000000>;
52                 };
53
54                 uart3: serial@54006b00 {
55                         compatible = "socionext,uniphier-uart";
56                         status = "disabled";
57                         reg = <0x54006b00 0x20>;
58                         clock-frequency = <80000000>;
59                 };
60
61                 i2c0: i2c@58400000 {
62                         compatible = "socionext,uniphier-i2c";
63                         #address-cells = <1>;
64                         #size-cells = <0>;
65                         reg = <0x58400000 0x40>;
66                         clock-frequency = <100000>;
67                         status = "disabled";
68                 };
69
70                 i2c1: i2c@58480000 {
71                         compatible = "socionext,uniphier-i2c";
72                         #address-cells = <1>;
73                         #size-cells = <0>;
74                         reg = <0x58480000 0x40>;
75                         clock-frequency = <100000>;
76                         status = "disabled";
77                 };
78
79                 i2c2: i2c@58500000 {
80                         compatible = "socionext,uniphier-i2c";
81                         #address-cells = <1>;
82                         #size-cells = <0>;
83                         reg = <0x58500000 0x40>;
84                         clock-frequency = <100000>;
85                         status = "disabled";
86                 };
87
88                 i2c3: i2c@58580000 {
89                         compatible = "socionext,uniphier-i2c";
90                         #address-cells = <1>;
91                         #size-cells = <0>;
92                         reg = <0x58580000 0x40>;
93                         clock-frequency = <100000>;
94                         status = "disabled";
95                 };
96
97                 usb0: usb@5a800100 {
98                         compatible = "socionext,uniphier-ehci", "generic-ehci";
99                         status = "disabled";
100                         reg = <0x5a800100 0x100>;
101                 };
102
103                 usb1: usb@5a810100 {
104                         compatible = "socionext,uniphier-ehci", "generic-ehci";
105                         status = "disabled";
106                         reg = <0x5a810100 0x100>;
107                 };
108
109                 usb2: usb@5a820100 {
110                         compatible = "socionext,uniphier-ehci", "generic-ehci";
111                         status = "disabled";
112                         reg = <0x5a820100 0x100>;
113                 };
114
115                 nand: nand@68000000 {
116                         compatible = "denali,denali-nand-dt";
117                         reg = <0x68000000 0x20>, <0x68100000 0x1000>;
118                         reg-names = "nand_data", "denali_reg";
119                 };
120         };
121 };