Hou Zhiqiang | f83c778 | 2019-08-20 09:35:36 +0000 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ OR X11 |
| 2 | /* |
| 3 | * MPC8548 Silicon/SoC Device Tree Source (post include) |
| 4 | * |
| 5 | * Copyright 2012 Freescale Semiconductor Inc. |
| 6 | * Copyright 2019 NXP |
| 7 | */ |
| 8 | |
| 9 | &soc { |
| 10 | #address-cells = <1>; |
| 11 | #size-cells = <1>; |
| 12 | device_type = "soc"; |
| 13 | compatible = "fsl,mpc8548-immr", "simple-bus"; |
| 14 | bus-frequency = <0x0>; |
| 15 | |
| 16 | mpic: pic@40000 { |
| 17 | interrupt-controller; |
| 18 | #address-cells = <0>; |
| 19 | #interrupt-cells = <4>; |
| 20 | reg = <0x40000 0x40000>; |
| 21 | compatible = "fsl,mpic"; |
| 22 | device_type = "open-pic"; |
| 23 | big-endian; |
| 24 | single-cpu-affinity; |
| 25 | last-interrupt-source = <255>; |
| 26 | }; |
| 27 | }; |
Hou Zhiqiang | 00acf26 | 2019-08-27 11:05:23 +0000 | [diff] [blame] | 28 | |
| 29 | &pcie { |
| 30 | compatible = "fsl,pcie-mpc8548", "fsl,pcie-fsl-qoriq"; |
| 31 | law_trgt_if = <2>; |
| 32 | #address-cells = <3>; |
| 33 | #size-cells = <2>; |
| 34 | device_type = "pci"; |
| 35 | bus-range = <0x0 0xff>; |
| 36 | }; |