blob: ee53d9c194457dde1e1c7e99d2255b7115cd708c [file] [log] [blame]
Masahiro Yamada509eb672014-11-26 18:33:59 +09001/*
2 * Device Tree Source for UniPhier PH1-LD4 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-ld4";
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
26 soc {
27 compatible = "simple-bus";
28 #address-cells = <1>;
29 #size-cells = <1>;
30 ranges;
31 };
32};