| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * MPC8641 Silicon/SoC Device Tree Source (post include) |
|---|
| 3 | 4 | * |
|---|
| 4 | 5 | * Copyright 2016 Elettra-Sincrotrone Trieste S.C.p.A. |
|---|
| 5 | | - * |
|---|
| 6 | | - * This program is free software; you can redistribute it and/or modify it |
|---|
| 7 | | - * under the terms of the GNU General Public License as published by the |
|---|
| 8 | | - * Free Software Foundation; either version 2 of the License, or (at your |
|---|
| 9 | | - * option) any later version. |
|---|
| 10 | | - * |
|---|
| 11 | 6 | */ |
|---|
| 12 | 7 | |
|---|
| 13 | 8 | &lbc { |
|---|
| .. | .. |
|---|
| 97 | 92 | &pci0 { |
|---|
| 98 | 93 | compatible = "fsl,mpc8641-pcie"; |
|---|
| 99 | 94 | device_type = "pci"; |
|---|
| 95 | + #interrupt-cells = <1>; |
|---|
| 100 | 96 | #size-cells = <2>; |
|---|
| 101 | 97 | #address-cells = <3>; |
|---|
| 102 | 98 | bus-range = <0x0 0xff>; |
|---|
| .. | .. |
|---|
| 123 | 119 | &pci1 { |
|---|
| 124 | 120 | compatible = "fsl,mpc8641-pcie"; |
|---|
| 125 | 121 | device_type = "pci"; |
|---|
| 122 | + #interrupt-cells = <1>; |
|---|
| 126 | 123 | #size-cells = <2>; |
|---|
| 127 | 124 | #address-cells = <3>; |
|---|
| 128 | 125 | bus-range = <0x0 0xff>; |
|---|