.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
---|
1 | 2 | /* |
---|
2 | 3 | * dtsi file for Cavium ThunderX2 CN99XX processor |
---|
3 | 4 | * |
---|
4 | 5 | * Copyright (c) 2017 Cavium Inc. |
---|
5 | 6 | * Copyright (c) 2013-2016 Broadcom |
---|
6 | 7 | * Author: Zi Shen Lim <zlim@broadcom.com> |
---|
7 | | - * |
---|
8 | | - * This program is free software; you can redistribute it and/or |
---|
9 | | - * modify it under the terms of the GNU General Public License as |
---|
10 | | - * published by the Free Software Foundation; either version 2 of |
---|
11 | | - * the License, or (at your option) any later version. |
---|
12 | 8 | */ |
---|
13 | 9 | |
---|
14 | 10 | #include <dt-bindings/interrupt-controller/arm-gic.h> |
---|
.. | .. |
---|
27 | 23 | |
---|
28 | 24 | cpu@0 { |
---|
29 | 25 | device_type = "cpu"; |
---|
30 | | - compatible = "cavium,thunder2", "brcm,vulcan", "arm,armv8"; |
---|
| 26 | + compatible = "cavium,thunder2", "brcm,vulcan"; |
---|
31 | 27 | reg = <0x0 0x0>; |
---|
32 | 28 | enable-method = "psci"; |
---|
33 | 29 | }; |
---|
34 | 30 | |
---|
35 | 31 | cpu@1 { |
---|
36 | 32 | device_type = "cpu"; |
---|
37 | | - compatible = "cavium,thunder2", "brcm,vulcan", "arm,armv8"; |
---|
| 33 | + compatible = "cavium,thunder2", "brcm,vulcan"; |
---|
38 | 34 | reg = <0x0 0x1>; |
---|
39 | 35 | enable-method = "psci"; |
---|
40 | 36 | }; |
---|
41 | 37 | |
---|
42 | 38 | cpu@2 { |
---|
43 | 39 | device_type = "cpu"; |
---|
44 | | - compatible = "cavium,thunder2", "brcm,vulcan", "arm,armv8"; |
---|
| 40 | + compatible = "cavium,thunder2", "brcm,vulcan"; |
---|
45 | 41 | reg = <0x0 0x2>; |
---|
46 | 42 | enable-method = "psci"; |
---|
47 | 43 | }; |
---|
48 | 44 | |
---|
49 | 45 | cpu@3 { |
---|
50 | 46 | device_type = "cpu"; |
---|
51 | | - compatible = "cavium,thunder2", "brcm,vulcan", "arm,armv8"; |
---|
| 47 | + compatible = "cavium,thunder2", "brcm,vulcan"; |
---|
52 | 48 | reg = <0x0 0x3>; |
---|
53 | 49 | enable-method = "psci"; |
---|
54 | 50 | }; |
---|