Hou Zhiqiang | 1a2961d | 2019-08-20 09:35:29 +0000 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ OR X11 |
| 2 | /* |
| 3 | * P2020 Silicon/SoC Device Tree Source (pre include) |
| 4 | * |
| 5 | * Copyright 2013 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 | cpu0: PowerPC,P2020@0 { |
| 23 | device_type = "cpu"; |
| 24 | reg = <0>; |
Pali Rohár | b9f1c60 | 2022-04-08 14:39:57 +0200 | [diff] [blame] | 25 | next-level-cache = <&L2>; |
Hou Zhiqiang | 1a2961d | 2019-08-20 09:35:29 +0000 | [diff] [blame] | 26 | }; |
| 27 | cpu1: PowerPC,P2020@1 { |
| 28 | device_type = "cpu"; |
| 29 | reg = <1>; |
Pali Rohár | b9f1c60 | 2022-04-08 14:39:57 +0200 | [diff] [blame] | 30 | next-level-cache = <&L2>; |
Hou Zhiqiang | 1a2961d | 2019-08-20 09:35:29 +0000 | [diff] [blame] | 31 | }; |
| 32 | }; |
| 33 | }; |