| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Copyright 2011-2012 Calxeda, Inc. |
|---|
| 3 | | - * |
|---|
| 4 | | - * This program is free software; you can redistribute it and/or modify it |
|---|
| 5 | | - * under the terms and conditions of the GNU General Public License, |
|---|
| 6 | | - * version 2, as published by the Free Software Foundation. |
|---|
| 7 | | - * |
|---|
| 8 | | - * This program is distributed in the hope it will be useful, but WITHOUT |
|---|
| 9 | | - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
|---|
| 10 | | - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for |
|---|
| 11 | | - * more details. |
|---|
| 12 | | - * |
|---|
| 13 | | - * You should have received a copy of the GNU General Public License along with |
|---|
| 14 | | - * this program. If not, see <http://www.gnu.org/licenses/>. |
|---|
| 15 | 4 | */ |
|---|
| 16 | 5 | |
|---|
| 17 | 6 | /dts-v1/; |
|---|
| .. | .. |
|---|
| 24 | 13 | compatible = "calxeda,ecx-2000"; |
|---|
| 25 | 14 | #address-cells = <2>; |
|---|
| 26 | 15 | #size-cells = <2>; |
|---|
| 27 | | - clock-ranges; |
|---|
| 28 | 16 | |
|---|
| 29 | 17 | cpus { |
|---|
| 30 | 18 | #address-cells = <1>; |
|---|
| .. | .. |
|---|
| 94 | 82 | intc: interrupt-controller@fff11000 { |
|---|
| 95 | 83 | compatible = "arm,cortex-a15-gic"; |
|---|
| 96 | 84 | #interrupt-cells = <3>; |
|---|
| 97 | | - #size-cells = <0>; |
|---|
| 98 | | - #address-cells = <1>; |
|---|
| 85 | + #address-cells = <0>; |
|---|
| 99 | 86 | interrupt-controller; |
|---|
| 100 | 87 | interrupts = <1 9 0xf04>; |
|---|
| 101 | 88 | reg = <0xfff11000 0x1000>, |
|---|
| .. | .. |
|---|
| 106 | 93 | |
|---|
| 107 | 94 | pmu { |
|---|
| 108 | 95 | compatible = "arm,cortex-a9-pmu"; |
|---|
| 109 | | - interrupts = <0 76 4 0 75 4 0 74 4 0 73 4>; |
|---|
| 96 | + interrupts = <0 76 4>, <0 75 4>, <0 74 4>, <0 73 4>; |
|---|
| 110 | 97 | }; |
|---|
| 111 | 98 | }; |
|---|
| 112 | 99 | }; |
|---|