blob: b24567dc6533424f004174f21f0f1bf863bb4d57 [file] [log] [blame]
Hou Zhiqiangf83c7782019-08-20 09:35:36 +00001// SPDX-License-Identifier: GPL-2.0+ OR X11
2/*
3 * MPC8548CDS Silicon/SoC Device Tree Source (pre include)
4 *
5 * Copyright 2011 Freescale Semiconductor Inc.
6 * Copyright 2019 NXP
7 */
8
9/dts-v1/;
10
11/include/ "e500v2_power_isa.dtsi"
12
13/ {
14 #address-cells = <2>;
15 #size-cells = <2>;
16 interrupt-parent = <&mpic>;
17
18 cpus {
19 #address-cells = <1>;
20 #size-cells = <0>;
21
22 PowerPC,8548@0 {
23 device_type = "cpu";
24 reg = <0>;
25 };
26 };
27};