| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | /** |
|---|
| 2 | 3 | * dts file for Hisilicon D02 Development Board |
|---|
| 3 | 4 | * |
|---|
| 4 | 5 | * Copyright (C) 2014,2015 Hisilicon Ltd. |
|---|
| 5 | | - * |
|---|
| 6 | | - * This program is free software; you can redistribute it and/or modify |
|---|
| 7 | | - * it under the terms of the GNU General Public License version 2 as |
|---|
| 8 | | - * publishhed by the Free Software Foundation. |
|---|
| 9 | | - * |
|---|
| 10 | 6 | */ |
|---|
| 11 | 7 | |
|---|
| 12 | 8 | #include <dt-bindings/interrupt-controller/arm-gic.h> |
|---|
| .. | .. |
|---|
| 87 | 83 | |
|---|
| 88 | 84 | cpu0: cpu@20000 { |
|---|
| 89 | 85 | device_type = "cpu"; |
|---|
| 90 | | - compatible = "arm,cortex-a57", "arm,armv8"; |
|---|
| 86 | + compatible = "arm,cortex-a57"; |
|---|
| 91 | 87 | reg = <0x20000>; |
|---|
| 92 | 88 | enable-method = "psci"; |
|---|
| 93 | 89 | next-level-cache = <&cluster0_l2>; |
|---|
| .. | .. |
|---|
| 95 | 91 | |
|---|
| 96 | 92 | cpu1: cpu@20001 { |
|---|
| 97 | 93 | device_type = "cpu"; |
|---|
| 98 | | - compatible = "arm,cortex-a57", "arm,armv8"; |
|---|
| 94 | + compatible = "arm,cortex-a57"; |
|---|
| 99 | 95 | reg = <0x20001>; |
|---|
| 100 | 96 | enable-method = "psci"; |
|---|
| 101 | 97 | next-level-cache = <&cluster0_l2>; |
|---|
| .. | .. |
|---|
| 103 | 99 | |
|---|
| 104 | 100 | cpu2: cpu@20002 { |
|---|
| 105 | 101 | device_type = "cpu"; |
|---|
| 106 | | - compatible = "arm,cortex-a57", "arm,armv8"; |
|---|
| 102 | + compatible = "arm,cortex-a57"; |
|---|
| 107 | 103 | reg = <0x20002>; |
|---|
| 108 | 104 | enable-method = "psci"; |
|---|
| 109 | 105 | next-level-cache = <&cluster0_l2>; |
|---|
| .. | .. |
|---|
| 111 | 107 | |
|---|
| 112 | 108 | cpu3: cpu@20003 { |
|---|
| 113 | 109 | device_type = "cpu"; |
|---|
| 114 | | - compatible = "arm,cortex-a57", "arm,armv8"; |
|---|
| 110 | + compatible = "arm,cortex-a57"; |
|---|
| 115 | 111 | reg = <0x20003>; |
|---|
| 116 | 112 | enable-method = "psci"; |
|---|
| 117 | 113 | next-level-cache = <&cluster0_l2>; |
|---|
| .. | .. |
|---|
| 119 | 115 | |
|---|
| 120 | 116 | cpu4: cpu@20100 { |
|---|
| 121 | 117 | device_type = "cpu"; |
|---|
| 122 | | - compatible = "arm,cortex-a57", "arm,armv8"; |
|---|
| 118 | + compatible = "arm,cortex-a57"; |
|---|
| 123 | 119 | reg = <0x20100>; |
|---|
| 124 | 120 | enable-method = "psci"; |
|---|
| 125 | 121 | next-level-cache = <&cluster1_l2>; |
|---|
| .. | .. |
|---|
| 127 | 123 | |
|---|
| 128 | 124 | cpu5: cpu@20101 { |
|---|
| 129 | 125 | device_type = "cpu"; |
|---|
| 130 | | - compatible = "arm,cortex-a57", "arm,armv8"; |
|---|
| 126 | + compatible = "arm,cortex-a57"; |
|---|
| 131 | 127 | reg = <0x20101>; |
|---|
| 132 | 128 | enable-method = "psci"; |
|---|
| 133 | 129 | next-level-cache = <&cluster1_l2>; |
|---|
| .. | .. |
|---|
| 135 | 131 | |
|---|
| 136 | 132 | cpu6: cpu@20102 { |
|---|
| 137 | 133 | device_type = "cpu"; |
|---|
| 138 | | - compatible = "arm,cortex-a57", "arm,armv8"; |
|---|
| 134 | + compatible = "arm,cortex-a57"; |
|---|
| 139 | 135 | reg = <0x20102>; |
|---|
| 140 | 136 | enable-method = "psci"; |
|---|
| 141 | 137 | next-level-cache = <&cluster1_l2>; |
|---|
| .. | .. |
|---|
| 143 | 139 | |
|---|
| 144 | 140 | cpu7: cpu@20103 { |
|---|
| 145 | 141 | device_type = "cpu"; |
|---|
| 146 | | - compatible = "arm,cortex-a57", "arm,armv8"; |
|---|
| 142 | + compatible = "arm,cortex-a57"; |
|---|
| 147 | 143 | reg = <0x20103>; |
|---|
| 148 | 144 | enable-method = "psci"; |
|---|
| 149 | 145 | next-level-cache = <&cluster1_l2>; |
|---|
| .. | .. |
|---|
| 151 | 147 | |
|---|
| 152 | 148 | cpu8: cpu@20200 { |
|---|
| 153 | 149 | device_type = "cpu"; |
|---|
| 154 | | - compatible = "arm,cortex-a57", "arm,armv8"; |
|---|
| 150 | + compatible = "arm,cortex-a57"; |
|---|
| 155 | 151 | reg = <0x20200>; |
|---|
| 156 | 152 | enable-method = "psci"; |
|---|
| 157 | 153 | next-level-cache = <&cluster2_l2>; |
|---|
| .. | .. |
|---|
| 159 | 155 | |
|---|
| 160 | 156 | cpu9: cpu@20201 { |
|---|
| 161 | 157 | device_type = "cpu"; |
|---|
| 162 | | - compatible = "arm,cortex-a57", "arm,armv8"; |
|---|
| 158 | + compatible = "arm,cortex-a57"; |
|---|
| 163 | 159 | reg = <0x20201>; |
|---|
| 164 | 160 | enable-method = "psci"; |
|---|
| 165 | 161 | next-level-cache = <&cluster2_l2>; |
|---|
| .. | .. |
|---|
| 167 | 163 | |
|---|
| 168 | 164 | cpu10: cpu@20202 { |
|---|
| 169 | 165 | device_type = "cpu"; |
|---|
| 170 | | - compatible = "arm,cortex-a57", "arm,armv8"; |
|---|
| 166 | + compatible = "arm,cortex-a57"; |
|---|
| 171 | 167 | reg = <0x20202>; |
|---|
| 172 | 168 | enable-method = "psci"; |
|---|
| 173 | 169 | next-level-cache = <&cluster2_l2>; |
|---|
| .. | .. |
|---|
| 175 | 171 | |
|---|
| 176 | 172 | cpu11: cpu@20203 { |
|---|
| 177 | 173 | device_type = "cpu"; |
|---|
| 178 | | - compatible = "arm,cortex-a57", "arm,armv8"; |
|---|
| 174 | + compatible = "arm,cortex-a57"; |
|---|
| 179 | 175 | reg = <0x20203>; |
|---|
| 180 | 176 | enable-method = "psci"; |
|---|
| 181 | 177 | next-level-cache = <&cluster2_l2>; |
|---|
| .. | .. |
|---|
| 183 | 179 | |
|---|
| 184 | 180 | cpu12: cpu@20300 { |
|---|
| 185 | 181 | device_type = "cpu"; |
|---|
| 186 | | - compatible = "arm,cortex-a57", "arm,armv8"; |
|---|
| 182 | + compatible = "arm,cortex-a57"; |
|---|
| 187 | 183 | reg = <0x20300>; |
|---|
| 188 | 184 | enable-method = "psci"; |
|---|
| 189 | 185 | next-level-cache = <&cluster3_l2>; |
|---|
| .. | .. |
|---|
| 191 | 187 | |
|---|
| 192 | 188 | cpu13: cpu@20301 { |
|---|
| 193 | 189 | device_type = "cpu"; |
|---|
| 194 | | - compatible = "arm,cortex-a57", "arm,armv8"; |
|---|
| 190 | + compatible = "arm,cortex-a57"; |
|---|
| 195 | 191 | reg = <0x20301>; |
|---|
| 196 | 192 | enable-method = "psci"; |
|---|
| 197 | 193 | next-level-cache = <&cluster3_l2>; |
|---|
| .. | .. |
|---|
| 199 | 195 | |
|---|
| 200 | 196 | cpu14: cpu@20302 { |
|---|
| 201 | 197 | device_type = "cpu"; |
|---|
| 202 | | - compatible = "arm,cortex-a57", "arm,armv8"; |
|---|
| 198 | + compatible = "arm,cortex-a57"; |
|---|
| 203 | 199 | reg = <0x20302>; |
|---|
| 204 | 200 | enable-method = "psci"; |
|---|
| 205 | 201 | next-level-cache = <&cluster3_l2>; |
|---|
| .. | .. |
|---|
| 207 | 203 | |
|---|
| 208 | 204 | cpu15: cpu@20303 { |
|---|
| 209 | 205 | device_type = "cpu"; |
|---|
| 210 | | - compatible = "arm,cortex-a57", "arm,armv8"; |
|---|
| 206 | + compatible = "arm,cortex-a57"; |
|---|
| 211 | 207 | reg = <0x20303>; |
|---|
| 212 | 208 | enable-method = "psci"; |
|---|
| 213 | 209 | next-level-cache = <&cluster3_l2>; |
|---|