Hou Zhiqiang | 8f51cc4 | 2020-05-01 19:06:26 +0800 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ OR X11 |
| 2 | /* |
| 3 | * P1010 Silicon/SoC Device Tree Source (post include) |
| 4 | * |
| 5 | * Copyright 2020 NXP |
| 6 | */ |
| 7 | |
| 8 | &soc { |
| 9 | #address-cells = <1>; |
| 10 | #size-cells = <1>; |
| 11 | device_type = "soc"; |
| 12 | compatible = "fsl,p1010-immr", "simple-bus"; |
| 13 | bus-frequency = <0>; |
| 14 | |
| 15 | mpic: pic@40000 { |
| 16 | interrupt-controller; |
| 17 | #address-cells = <0>; |
| 18 | #interrupt-cells = <4>; |
| 19 | reg = <0x40000 0x40000>; |
| 20 | compatible = "fsl,mpic"; |
| 21 | device_type = "open-pic"; |
| 22 | big-endian; |
| 23 | single-cpu-affinity; |
| 24 | last-interrupt-source = <255>; |
| 25 | }; |
Biwen Li | b159b38 | 2020-04-12 17:05:28 +0800 | [diff] [blame] | 26 | /include/ "pq3-i2c-0.dtsi" |
| 27 | /include/ "pq3-i2c-1.dtsi" |
Hou Zhiqiang | 8f51cc4 | 2020-05-01 19:06:26 +0800 | [diff] [blame] | 28 | }; |
| 29 | |
| 30 | /* controller at 0x9000 */ |
| 31 | &pci1 { |
| 32 | compatible = "fsl,pcie-p1_p2", "fsl,pcie-fsl-qoriq"; |
| 33 | law_trgt_if = <1>; |
| 34 | #address-cells = <3>; |
| 35 | #size-cells = <2>; |
| 36 | device_type = "pci"; |
| 37 | bus-range = <0x0 0xff>; |
| 38 | }; |
| 39 | |
| 40 | /* controller at 0xa000 */ |
| 41 | &pci0 { |
| 42 | compatible = "fsl,pcie-p1_p2", "fsl,pcie-fsl-qoriq"; |
| 43 | law_trgt_if = <2>; |
| 44 | #address-cells = <3>; |
| 45 | #size-cells = <2>; |
| 46 | device_type = "pci"; |
| 47 | bus-range = <0x0 0xff>; |
| 48 | }; |