ARM: UniPhier: add device tree sources
[oweals/u-boot.git] / arch / arm / dts / uniphier-ph1-pro4.dtsi
1 /*
2  * Device Tree Source for UniPhier PH1-Pro4 SoC
3  *
4  * Copyright (C) 2014 Panasonic Corporation
5  *   Author: Masahiro Yamada <yamada.m@jp.panasonic.com>
6  *
7  * SPDX-License-Identifier:     GPL-2.0+
8  */
9
10 /include/ "skeleton.dtsi"
11
12 / {
13         compatible = "panasonic,ph1-pro4";
14
15         cpus {
16                 #size-cells = <0>;
17                 #address-cells = <1>;
18
19                 cpu@0 {
20                         device_type = "cpu";
21                         compatible = "arm,cortex-a9";
22                         reg = <0>;
23                 };
24
25                 cpu@1 {
26                         device_type = "cpu";
27                         compatible = "arm,cortex-a9";
28                         reg = <1>;
29                 };
30         };
31
32         soc {
33                 compatible = "simple-bus";
34                 #address-cells = <1>;
35                 #size-cells = <1>;
36                 ranges;
37         };
38 };