| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | /** |
|---|
| 2 | 3 | * dts file for Hisilicon D05 Development Board |
|---|
| 3 | 4 | * |
|---|
| 4 | 5 | * Copyright (C) 2016 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> |
|---|
| .. | .. |
|---|
| 270 | 266 | |
|---|
| 271 | 267 | cpu0: cpu@10000 { |
|---|
| 272 | 268 | device_type = "cpu"; |
|---|
| 273 | | - compatible = "arm,cortex-a72", "arm,armv8"; |
|---|
| 269 | + compatible = "arm,cortex-a72"; |
|---|
| 274 | 270 | reg = <0x10000>; |
|---|
| 275 | 271 | enable-method = "psci"; |
|---|
| 276 | 272 | next-level-cache = <&cluster0_l2>; |
|---|
| .. | .. |
|---|
| 279 | 275 | |
|---|
| 280 | 276 | cpu1: cpu@10001 { |
|---|
| 281 | 277 | device_type = "cpu"; |
|---|
| 282 | | - compatible = "arm,cortex-a72", "arm,armv8"; |
|---|
| 278 | + compatible = "arm,cortex-a72"; |
|---|
| 283 | 279 | reg = <0x10001>; |
|---|
| 284 | 280 | enable-method = "psci"; |
|---|
| 285 | 281 | next-level-cache = <&cluster0_l2>; |
|---|
| .. | .. |
|---|
| 288 | 284 | |
|---|
| 289 | 285 | cpu2: cpu@10002 { |
|---|
| 290 | 286 | device_type = "cpu"; |
|---|
| 291 | | - compatible = "arm,cortex-a72", "arm,armv8"; |
|---|
| 287 | + compatible = "arm,cortex-a72"; |
|---|
| 292 | 288 | reg = <0x10002>; |
|---|
| 293 | 289 | enable-method = "psci"; |
|---|
| 294 | 290 | next-level-cache = <&cluster0_l2>; |
|---|
| .. | .. |
|---|
| 297 | 293 | |
|---|
| 298 | 294 | cpu3: cpu@10003 { |
|---|
| 299 | 295 | device_type = "cpu"; |
|---|
| 300 | | - compatible = "arm,cortex-a72", "arm,armv8"; |
|---|
| 296 | + compatible = "arm,cortex-a72"; |
|---|
| 301 | 297 | reg = <0x10003>; |
|---|
| 302 | 298 | enable-method = "psci"; |
|---|
| 303 | 299 | next-level-cache = <&cluster0_l2>; |
|---|
| .. | .. |
|---|
| 306 | 302 | |
|---|
| 307 | 303 | cpu4: cpu@10100 { |
|---|
| 308 | 304 | device_type = "cpu"; |
|---|
| 309 | | - compatible = "arm,cortex-a72", "arm,armv8"; |
|---|
| 305 | + compatible = "arm,cortex-a72"; |
|---|
| 310 | 306 | reg = <0x10100>; |
|---|
| 311 | 307 | enable-method = "psci"; |
|---|
| 312 | 308 | next-level-cache = <&cluster1_l2>; |
|---|
| .. | .. |
|---|
| 315 | 311 | |
|---|
| 316 | 312 | cpu5: cpu@10101 { |
|---|
| 317 | 313 | device_type = "cpu"; |
|---|
| 318 | | - compatible = "arm,cortex-a72", "arm,armv8"; |
|---|
| 314 | + compatible = "arm,cortex-a72"; |
|---|
| 319 | 315 | reg = <0x10101>; |
|---|
| 320 | 316 | enable-method = "psci"; |
|---|
| 321 | 317 | next-level-cache = <&cluster1_l2>; |
|---|
| .. | .. |
|---|
| 324 | 320 | |
|---|
| 325 | 321 | cpu6: cpu@10102 { |
|---|
| 326 | 322 | device_type = "cpu"; |
|---|
| 327 | | - compatible = "arm,cortex-a72", "arm,armv8"; |
|---|
| 323 | + compatible = "arm,cortex-a72"; |
|---|
| 328 | 324 | reg = <0x10102>; |
|---|
| 329 | 325 | enable-method = "psci"; |
|---|
| 330 | 326 | next-level-cache = <&cluster1_l2>; |
|---|
| .. | .. |
|---|
| 333 | 329 | |
|---|
| 334 | 330 | cpu7: cpu@10103 { |
|---|
| 335 | 331 | device_type = "cpu"; |
|---|
| 336 | | - compatible = "arm,cortex-a72", "arm,armv8"; |
|---|
| 332 | + compatible = "arm,cortex-a72"; |
|---|
| 337 | 333 | reg = <0x10103>; |
|---|
| 338 | 334 | enable-method = "psci"; |
|---|
| 339 | 335 | next-level-cache = <&cluster1_l2>; |
|---|
| .. | .. |
|---|
| 342 | 338 | |
|---|
| 343 | 339 | cpu8: cpu@10200 { |
|---|
| 344 | 340 | device_type = "cpu"; |
|---|
| 345 | | - compatible = "arm,cortex-a72", "arm,armv8"; |
|---|
| 341 | + compatible = "arm,cortex-a72"; |
|---|
| 346 | 342 | reg = <0x10200>; |
|---|
| 347 | 343 | enable-method = "psci"; |
|---|
| 348 | 344 | next-level-cache = <&cluster2_l2>; |
|---|
| .. | .. |
|---|
| 351 | 347 | |
|---|
| 352 | 348 | cpu9: cpu@10201 { |
|---|
| 353 | 349 | device_type = "cpu"; |
|---|
| 354 | | - compatible = "arm,cortex-a72", "arm,armv8"; |
|---|
| 350 | + compatible = "arm,cortex-a72"; |
|---|
| 355 | 351 | reg = <0x10201>; |
|---|
| 356 | 352 | enable-method = "psci"; |
|---|
| 357 | 353 | next-level-cache = <&cluster2_l2>; |
|---|
| .. | .. |
|---|
| 360 | 356 | |
|---|
| 361 | 357 | cpu10: cpu@10202 { |
|---|
| 362 | 358 | device_type = "cpu"; |
|---|
| 363 | | - compatible = "arm,cortex-a72", "arm,armv8"; |
|---|
| 359 | + compatible = "arm,cortex-a72"; |
|---|
| 364 | 360 | reg = <0x10202>; |
|---|
| 365 | 361 | enable-method = "psci"; |
|---|
| 366 | 362 | next-level-cache = <&cluster2_l2>; |
|---|
| .. | .. |
|---|
| 369 | 365 | |
|---|
| 370 | 366 | cpu11: cpu@10203 { |
|---|
| 371 | 367 | device_type = "cpu"; |
|---|
| 372 | | - compatible = "arm,cortex-a72", "arm,armv8"; |
|---|
| 368 | + compatible = "arm,cortex-a72"; |
|---|
| 373 | 369 | reg = <0x10203>; |
|---|
| 374 | 370 | enable-method = "psci"; |
|---|
| 375 | 371 | next-level-cache = <&cluster2_l2>; |
|---|
| .. | .. |
|---|
| 378 | 374 | |
|---|
| 379 | 375 | cpu12: cpu@10300 { |
|---|
| 380 | 376 | device_type = "cpu"; |
|---|
| 381 | | - compatible = "arm,cortex-a72", "arm,armv8"; |
|---|
| 377 | + compatible = "arm,cortex-a72"; |
|---|
| 382 | 378 | reg = <0x10300>; |
|---|
| 383 | 379 | enable-method = "psci"; |
|---|
| 384 | 380 | next-level-cache = <&cluster3_l2>; |
|---|
| .. | .. |
|---|
| 387 | 383 | |
|---|
| 388 | 384 | cpu13: cpu@10301 { |
|---|
| 389 | 385 | device_type = "cpu"; |
|---|
| 390 | | - compatible = "arm,cortex-a72", "arm,armv8"; |
|---|
| 386 | + compatible = "arm,cortex-a72"; |
|---|
| 391 | 387 | reg = <0x10301>; |
|---|
| 392 | 388 | enable-method = "psci"; |
|---|
| 393 | 389 | next-level-cache = <&cluster3_l2>; |
|---|
| .. | .. |
|---|
| 396 | 392 | |
|---|
| 397 | 393 | cpu14: cpu@10302 { |
|---|
| 398 | 394 | device_type = "cpu"; |
|---|
| 399 | | - compatible = "arm,cortex-a72", "arm,armv8"; |
|---|
| 395 | + compatible = "arm,cortex-a72"; |
|---|
| 400 | 396 | reg = <0x10302>; |
|---|
| 401 | 397 | enable-method = "psci"; |
|---|
| 402 | 398 | next-level-cache = <&cluster3_l2>; |
|---|
| .. | .. |
|---|
| 405 | 401 | |
|---|
| 406 | 402 | cpu15: cpu@10303 { |
|---|
| 407 | 403 | device_type = "cpu"; |
|---|
| 408 | | - compatible = "arm,cortex-a72", "arm,armv8"; |
|---|
| 404 | + compatible = "arm,cortex-a72"; |
|---|
| 409 | 405 | reg = <0x10303>; |
|---|
| 410 | 406 | enable-method = "psci"; |
|---|
| 411 | 407 | next-level-cache = <&cluster3_l2>; |
|---|
| .. | .. |
|---|
| 414 | 410 | |
|---|
| 415 | 411 | cpu16: cpu@30000 { |
|---|
| 416 | 412 | device_type = "cpu"; |
|---|
| 417 | | - compatible = "arm,cortex-a72", "arm,armv8"; |
|---|
| 413 | + compatible = "arm,cortex-a72"; |
|---|
| 418 | 414 | reg = <0x30000>; |
|---|
| 419 | 415 | enable-method = "psci"; |
|---|
| 420 | 416 | next-level-cache = <&cluster4_l2>; |
|---|
| .. | .. |
|---|
| 423 | 419 | |
|---|
| 424 | 420 | cpu17: cpu@30001 { |
|---|
| 425 | 421 | device_type = "cpu"; |
|---|
| 426 | | - compatible = "arm,cortex-a72", "arm,armv8"; |
|---|
| 422 | + compatible = "arm,cortex-a72"; |
|---|
| 427 | 423 | reg = <0x30001>; |
|---|
| 428 | 424 | enable-method = "psci"; |
|---|
| 429 | 425 | next-level-cache = <&cluster4_l2>; |
|---|
| .. | .. |
|---|
| 432 | 428 | |
|---|
| 433 | 429 | cpu18: cpu@30002 { |
|---|
| 434 | 430 | device_type = "cpu"; |
|---|
| 435 | | - compatible = "arm,cortex-a72", "arm,armv8"; |
|---|
| 431 | + compatible = "arm,cortex-a72"; |
|---|
| 436 | 432 | reg = <0x30002>; |
|---|
| 437 | 433 | enable-method = "psci"; |
|---|
| 438 | 434 | next-level-cache = <&cluster4_l2>; |
|---|
| .. | .. |
|---|
| 441 | 437 | |
|---|
| 442 | 438 | cpu19: cpu@30003 { |
|---|
| 443 | 439 | device_type = "cpu"; |
|---|
| 444 | | - compatible = "arm,cortex-a72", "arm,armv8"; |
|---|
| 440 | + compatible = "arm,cortex-a72"; |
|---|
| 445 | 441 | reg = <0x30003>; |
|---|
| 446 | 442 | enable-method = "psci"; |
|---|
| 447 | 443 | next-level-cache = <&cluster4_l2>; |
|---|
| .. | .. |
|---|
| 450 | 446 | |
|---|
| 451 | 447 | cpu20: cpu@30100 { |
|---|
| 452 | 448 | device_type = "cpu"; |
|---|
| 453 | | - compatible = "arm,cortex-a72", "arm,armv8"; |
|---|
| 449 | + compatible = "arm,cortex-a72"; |
|---|
| 454 | 450 | reg = <0x30100>; |
|---|
| 455 | 451 | enable-method = "psci"; |
|---|
| 456 | 452 | next-level-cache = <&cluster5_l2>; |
|---|
| .. | .. |
|---|
| 459 | 455 | |
|---|
| 460 | 456 | cpu21: cpu@30101 { |
|---|
| 461 | 457 | device_type = "cpu"; |
|---|
| 462 | | - compatible = "arm,cortex-a72", "arm,armv8"; |
|---|
| 458 | + compatible = "arm,cortex-a72"; |
|---|
| 463 | 459 | reg = <0x30101>; |
|---|
| 464 | 460 | enable-method = "psci"; |
|---|
| 465 | 461 | next-level-cache = <&cluster5_l2>; |
|---|
| .. | .. |
|---|
| 468 | 464 | |
|---|
| 469 | 465 | cpu22: cpu@30102 { |
|---|
| 470 | 466 | device_type = "cpu"; |
|---|
| 471 | | - compatible = "arm,cortex-a72", "arm,armv8"; |
|---|
| 467 | + compatible = "arm,cortex-a72"; |
|---|
| 472 | 468 | reg = <0x30102>; |
|---|
| 473 | 469 | enable-method = "psci"; |
|---|
| 474 | 470 | next-level-cache = <&cluster5_l2>; |
|---|
| .. | .. |
|---|
| 477 | 473 | |
|---|
| 478 | 474 | cpu23: cpu@30103 { |
|---|
| 479 | 475 | device_type = "cpu"; |
|---|
| 480 | | - compatible = "arm,cortex-a72", "arm,armv8"; |
|---|
| 476 | + compatible = "arm,cortex-a72"; |
|---|
| 481 | 477 | reg = <0x30103>; |
|---|
| 482 | 478 | enable-method = "psci"; |
|---|
| 483 | 479 | next-level-cache = <&cluster5_l2>; |
|---|
| .. | .. |
|---|
| 486 | 482 | |
|---|
| 487 | 483 | cpu24: cpu@30200 { |
|---|
| 488 | 484 | device_type = "cpu"; |
|---|
| 489 | | - compatible = "arm,cortex-a72", "arm,armv8"; |
|---|
| 485 | + compatible = "arm,cortex-a72"; |
|---|
| 490 | 486 | reg = <0x30200>; |
|---|
| 491 | 487 | enable-method = "psci"; |
|---|
| 492 | 488 | next-level-cache = <&cluster6_l2>; |
|---|
| .. | .. |
|---|
| 495 | 491 | |
|---|
| 496 | 492 | cpu25: cpu@30201 { |
|---|
| 497 | 493 | device_type = "cpu"; |
|---|
| 498 | | - compatible = "arm,cortex-a72", "arm,armv8"; |
|---|
| 494 | + compatible = "arm,cortex-a72"; |
|---|
| 499 | 495 | reg = <0x30201>; |
|---|
| 500 | 496 | enable-method = "psci"; |
|---|
| 501 | 497 | next-level-cache = <&cluster6_l2>; |
|---|
| .. | .. |
|---|
| 504 | 500 | |
|---|
| 505 | 501 | cpu26: cpu@30202 { |
|---|
| 506 | 502 | device_type = "cpu"; |
|---|
| 507 | | - compatible = "arm,cortex-a72", "arm,armv8"; |
|---|
| 503 | + compatible = "arm,cortex-a72"; |
|---|
| 508 | 504 | reg = <0x30202>; |
|---|
| 509 | 505 | enable-method = "psci"; |
|---|
| 510 | 506 | next-level-cache = <&cluster6_l2>; |
|---|
| .. | .. |
|---|
| 513 | 509 | |
|---|
| 514 | 510 | cpu27: cpu@30203 { |
|---|
| 515 | 511 | device_type = "cpu"; |
|---|
| 516 | | - compatible = "arm,cortex-a72", "arm,armv8"; |
|---|
| 512 | + compatible = "arm,cortex-a72"; |
|---|
| 517 | 513 | reg = <0x30203>; |
|---|
| 518 | 514 | enable-method = "psci"; |
|---|
| 519 | 515 | next-level-cache = <&cluster6_l2>; |
|---|
| .. | .. |
|---|
| 522 | 518 | |
|---|
| 523 | 519 | cpu28: cpu@30300 { |
|---|
| 524 | 520 | device_type = "cpu"; |
|---|
| 525 | | - compatible = "arm,cortex-a72", "arm,armv8"; |
|---|
| 521 | + compatible = "arm,cortex-a72"; |
|---|
| 526 | 522 | reg = <0x30300>; |
|---|
| 527 | 523 | enable-method = "psci"; |
|---|
| 528 | 524 | next-level-cache = <&cluster7_l2>; |
|---|
| .. | .. |
|---|
| 531 | 527 | |
|---|
| 532 | 528 | cpu29: cpu@30301 { |
|---|
| 533 | 529 | device_type = "cpu"; |
|---|
| 534 | | - compatible = "arm,cortex-a72", "arm,armv8"; |
|---|
| 530 | + compatible = "arm,cortex-a72"; |
|---|
| 535 | 531 | reg = <0x30301>; |
|---|
| 536 | 532 | enable-method = "psci"; |
|---|
| 537 | 533 | next-level-cache = <&cluster7_l2>; |
|---|
| .. | .. |
|---|
| 540 | 536 | |
|---|
| 541 | 537 | cpu30: cpu@30302 { |
|---|
| 542 | 538 | device_type = "cpu"; |
|---|
| 543 | | - compatible = "arm,cortex-a72", "arm,armv8"; |
|---|
| 539 | + compatible = "arm,cortex-a72"; |
|---|
| 544 | 540 | reg = <0x30302>; |
|---|
| 545 | 541 | enable-method = "psci"; |
|---|
| 546 | 542 | next-level-cache = <&cluster7_l2>; |
|---|
| .. | .. |
|---|
| 549 | 545 | |
|---|
| 550 | 546 | cpu31: cpu@30303 { |
|---|
| 551 | 547 | device_type = "cpu"; |
|---|
| 552 | | - compatible = "arm,cortex-a72", "arm,armv8"; |
|---|
| 548 | + compatible = "arm,cortex-a72"; |
|---|
| 553 | 549 | reg = <0x30303>; |
|---|
| 554 | 550 | enable-method = "psci"; |
|---|
| 555 | 551 | next-level-cache = <&cluster7_l2>; |
|---|
| .. | .. |
|---|
| 558 | 554 | |
|---|
| 559 | 555 | cpu32: cpu@50000 { |
|---|
| 560 | 556 | device_type = "cpu"; |
|---|
| 561 | | - compatible = "arm,cortex-a72", "arm,armv8"; |
|---|
| 557 | + compatible = "arm,cortex-a72"; |
|---|
| 562 | 558 | reg = <0x50000>; |
|---|
| 563 | 559 | enable-method = "psci"; |
|---|
| 564 | 560 | next-level-cache = <&cluster8_l2>; |
|---|
| .. | .. |
|---|
| 567 | 563 | |
|---|
| 568 | 564 | cpu33: cpu@50001 { |
|---|
| 569 | 565 | device_type = "cpu"; |
|---|
| 570 | | - compatible = "arm,cortex-a72", "arm,armv8"; |
|---|
| 566 | + compatible = "arm,cortex-a72"; |
|---|
| 571 | 567 | reg = <0x50001>; |
|---|
| 572 | 568 | enable-method = "psci"; |
|---|
| 573 | 569 | next-level-cache = <&cluster8_l2>; |
|---|
| .. | .. |
|---|
| 576 | 572 | |
|---|
| 577 | 573 | cpu34: cpu@50002 { |
|---|
| 578 | 574 | device_type = "cpu"; |
|---|
| 579 | | - compatible = "arm,cortex-a72", "arm,armv8"; |
|---|
| 575 | + compatible = "arm,cortex-a72"; |
|---|
| 580 | 576 | reg = <0x50002>; |
|---|
| 581 | 577 | enable-method = "psci"; |
|---|
| 582 | 578 | next-level-cache = <&cluster8_l2>; |
|---|
| .. | .. |
|---|
| 585 | 581 | |
|---|
| 586 | 582 | cpu35: cpu@50003 { |
|---|
| 587 | 583 | device_type = "cpu"; |
|---|
| 588 | | - compatible = "arm,cortex-a72", "arm,armv8"; |
|---|
| 584 | + compatible = "arm,cortex-a72"; |
|---|
| 589 | 585 | reg = <0x50003>; |
|---|
| 590 | 586 | enable-method = "psci"; |
|---|
| 591 | 587 | next-level-cache = <&cluster8_l2>; |
|---|
| .. | .. |
|---|
| 594 | 590 | |
|---|
| 595 | 591 | cpu36: cpu@50100 { |
|---|
| 596 | 592 | device_type = "cpu"; |
|---|
| 597 | | - compatible = "arm,cortex-a72", "arm,armv8"; |
|---|
| 593 | + compatible = "arm,cortex-a72"; |
|---|
| 598 | 594 | reg = <0x50100>; |
|---|
| 599 | 595 | enable-method = "psci"; |
|---|
| 600 | 596 | next-level-cache = <&cluster9_l2>; |
|---|
| .. | .. |
|---|
| 603 | 599 | |
|---|
| 604 | 600 | cpu37: cpu@50101 { |
|---|
| 605 | 601 | device_type = "cpu"; |
|---|
| 606 | | - compatible = "arm,cortex-a72", "arm,armv8"; |
|---|
| 602 | + compatible = "arm,cortex-a72"; |
|---|
| 607 | 603 | reg = <0x50101>; |
|---|
| 608 | 604 | enable-method = "psci"; |
|---|
| 609 | 605 | next-level-cache = <&cluster9_l2>; |
|---|
| .. | .. |
|---|
| 612 | 608 | |
|---|
| 613 | 609 | cpu38: cpu@50102 { |
|---|
| 614 | 610 | device_type = "cpu"; |
|---|
| 615 | | - compatible = "arm,cortex-a72", "arm,armv8"; |
|---|
| 611 | + compatible = "arm,cortex-a72"; |
|---|
| 616 | 612 | reg = <0x50102>; |
|---|
| 617 | 613 | enable-method = "psci"; |
|---|
| 618 | 614 | next-level-cache = <&cluster9_l2>; |
|---|
| .. | .. |
|---|
| 621 | 617 | |
|---|
| 622 | 618 | cpu39: cpu@50103 { |
|---|
| 623 | 619 | device_type = "cpu"; |
|---|
| 624 | | - compatible = "arm,cortex-a72", "arm,armv8"; |
|---|
| 620 | + compatible = "arm,cortex-a72"; |
|---|
| 625 | 621 | reg = <0x50103>; |
|---|
| 626 | 622 | enable-method = "psci"; |
|---|
| 627 | 623 | next-level-cache = <&cluster9_l2>; |
|---|
| .. | .. |
|---|
| 630 | 626 | |
|---|
| 631 | 627 | cpu40: cpu@50200 { |
|---|
| 632 | 628 | device_type = "cpu"; |
|---|
| 633 | | - compatible = "arm,cortex-a72", "arm,armv8"; |
|---|
| 629 | + compatible = "arm,cortex-a72"; |
|---|
| 634 | 630 | reg = <0x50200>; |
|---|
| 635 | 631 | enable-method = "psci"; |
|---|
| 636 | 632 | next-level-cache = <&cluster10_l2>; |
|---|
| .. | .. |
|---|
| 639 | 635 | |
|---|
| 640 | 636 | cpu41: cpu@50201 { |
|---|
| 641 | 637 | device_type = "cpu"; |
|---|
| 642 | | - compatible = "arm,cortex-a72", "arm,armv8"; |
|---|
| 638 | + compatible = "arm,cortex-a72"; |
|---|
| 643 | 639 | reg = <0x50201>; |
|---|
| 644 | 640 | enable-method = "psci"; |
|---|
| 645 | 641 | next-level-cache = <&cluster10_l2>; |
|---|
| .. | .. |
|---|
| 648 | 644 | |
|---|
| 649 | 645 | cpu42: cpu@50202 { |
|---|
| 650 | 646 | device_type = "cpu"; |
|---|
| 651 | | - compatible = "arm,cortex-a72", "arm,armv8"; |
|---|
| 647 | + compatible = "arm,cortex-a72"; |
|---|
| 652 | 648 | reg = <0x50202>; |
|---|
| 653 | 649 | enable-method = "psci"; |
|---|
| 654 | 650 | next-level-cache = <&cluster10_l2>; |
|---|
| .. | .. |
|---|
| 657 | 653 | |
|---|
| 658 | 654 | cpu43: cpu@50203 { |
|---|
| 659 | 655 | device_type = "cpu"; |
|---|
| 660 | | - compatible = "arm,cortex-a72", "arm,armv8"; |
|---|
| 656 | + compatible = "arm,cortex-a72"; |
|---|
| 661 | 657 | reg = <0x50203>; |
|---|
| 662 | 658 | enable-method = "psci"; |
|---|
| 663 | 659 | next-level-cache = <&cluster10_l2>; |
|---|
| .. | .. |
|---|
| 666 | 662 | |
|---|
| 667 | 663 | cpu44: cpu@50300 { |
|---|
| 668 | 664 | device_type = "cpu"; |
|---|
| 669 | | - compatible = "arm,cortex-a72", "arm,armv8"; |
|---|
| 665 | + compatible = "arm,cortex-a72"; |
|---|
| 670 | 666 | reg = <0x50300>; |
|---|
| 671 | 667 | enable-method = "psci"; |
|---|
| 672 | 668 | next-level-cache = <&cluster11_l2>; |
|---|
| .. | .. |
|---|
| 675 | 671 | |
|---|
| 676 | 672 | cpu45: cpu@50301 { |
|---|
| 677 | 673 | device_type = "cpu"; |
|---|
| 678 | | - compatible = "arm,cortex-a72", "arm,armv8"; |
|---|
| 674 | + compatible = "arm,cortex-a72"; |
|---|
| 679 | 675 | reg = <0x50301>; |
|---|
| 680 | 676 | enable-method = "psci"; |
|---|
| 681 | 677 | next-level-cache = <&cluster11_l2>; |
|---|
| .. | .. |
|---|
| 684 | 680 | |
|---|
| 685 | 681 | cpu46: cpu@50302 { |
|---|
| 686 | 682 | device_type = "cpu"; |
|---|
| 687 | | - compatible = "arm,cortex-a72", "arm,armv8"; |
|---|
| 683 | + compatible = "arm,cortex-a72"; |
|---|
| 688 | 684 | reg = <0x50302>; |
|---|
| 689 | 685 | enable-method = "psci"; |
|---|
| 690 | 686 | next-level-cache = <&cluster11_l2>; |
|---|
| .. | .. |
|---|
| 693 | 689 | |
|---|
| 694 | 690 | cpu47: cpu@50303 { |
|---|
| 695 | 691 | device_type = "cpu"; |
|---|
| 696 | | - compatible = "arm,cortex-a72", "arm,armv8"; |
|---|
| 692 | + compatible = "arm,cortex-a72"; |
|---|
| 697 | 693 | reg = <0x50303>; |
|---|
| 698 | 694 | enable-method = "psci"; |
|---|
| 699 | 695 | next-level-cache = <&cluster11_l2>; |
|---|
| .. | .. |
|---|
| 702 | 698 | |
|---|
| 703 | 699 | cpu48: cpu@70000 { |
|---|
| 704 | 700 | device_type = "cpu"; |
|---|
| 705 | | - compatible = "arm,cortex-a72", "arm,armv8"; |
|---|
| 701 | + compatible = "arm,cortex-a72"; |
|---|
| 706 | 702 | reg = <0x70000>; |
|---|
| 707 | 703 | enable-method = "psci"; |
|---|
| 708 | 704 | next-level-cache = <&cluster12_l2>; |
|---|
| .. | .. |
|---|
| 711 | 707 | |
|---|
| 712 | 708 | cpu49: cpu@70001 { |
|---|
| 713 | 709 | device_type = "cpu"; |
|---|
| 714 | | - compatible = "arm,cortex-a72", "arm,armv8"; |
|---|
| 710 | + compatible = "arm,cortex-a72"; |
|---|
| 715 | 711 | reg = <0x70001>; |
|---|
| 716 | 712 | enable-method = "psci"; |
|---|
| 717 | 713 | next-level-cache = <&cluster12_l2>; |
|---|
| .. | .. |
|---|
| 720 | 716 | |
|---|
| 721 | 717 | cpu50: cpu@70002 { |
|---|
| 722 | 718 | device_type = "cpu"; |
|---|
| 723 | | - compatible = "arm,cortex-a72", "arm,armv8"; |
|---|
| 719 | + compatible = "arm,cortex-a72"; |
|---|
| 724 | 720 | reg = <0x70002>; |
|---|
| 725 | 721 | enable-method = "psci"; |
|---|
| 726 | 722 | next-level-cache = <&cluster12_l2>; |
|---|
| .. | .. |
|---|
| 729 | 725 | |
|---|
| 730 | 726 | cpu51: cpu@70003 { |
|---|
| 731 | 727 | device_type = "cpu"; |
|---|
| 732 | | - compatible = "arm,cortex-a72", "arm,armv8"; |
|---|
| 728 | + compatible = "arm,cortex-a72"; |
|---|
| 733 | 729 | reg = <0x70003>; |
|---|
| 734 | 730 | enable-method = "psci"; |
|---|
| 735 | 731 | next-level-cache = <&cluster12_l2>; |
|---|
| .. | .. |
|---|
| 738 | 734 | |
|---|
| 739 | 735 | cpu52: cpu@70100 { |
|---|
| 740 | 736 | device_type = "cpu"; |
|---|
| 741 | | - compatible = "arm,cortex-a72", "arm,armv8"; |
|---|
| 737 | + compatible = "arm,cortex-a72"; |
|---|
| 742 | 738 | reg = <0x70100>; |
|---|
| 743 | 739 | enable-method = "psci"; |
|---|
| 744 | 740 | next-level-cache = <&cluster13_l2>; |
|---|
| .. | .. |
|---|
| 747 | 743 | |
|---|
| 748 | 744 | cpu53: cpu@70101 { |
|---|
| 749 | 745 | device_type = "cpu"; |
|---|
| 750 | | - compatible = "arm,cortex-a72", "arm,armv8"; |
|---|
| 746 | + compatible = "arm,cortex-a72"; |
|---|
| 751 | 747 | reg = <0x70101>; |
|---|
| 752 | 748 | enable-method = "psci"; |
|---|
| 753 | 749 | next-level-cache = <&cluster13_l2>; |
|---|
| .. | .. |
|---|
| 756 | 752 | |
|---|
| 757 | 753 | cpu54: cpu@70102 { |
|---|
| 758 | 754 | device_type = "cpu"; |
|---|
| 759 | | - compatible = "arm,cortex-a72", "arm,armv8"; |
|---|
| 755 | + compatible = "arm,cortex-a72"; |
|---|
| 760 | 756 | reg = <0x70102>; |
|---|
| 761 | 757 | enable-method = "psci"; |
|---|
| 762 | 758 | next-level-cache = <&cluster13_l2>; |
|---|
| .. | .. |
|---|
| 765 | 761 | |
|---|
| 766 | 762 | cpu55: cpu@70103 { |
|---|
| 767 | 763 | device_type = "cpu"; |
|---|
| 768 | | - compatible = "arm,cortex-a72", "arm,armv8"; |
|---|
| 764 | + compatible = "arm,cortex-a72"; |
|---|
| 769 | 765 | reg = <0x70103>; |
|---|
| 770 | 766 | enable-method = "psci"; |
|---|
| 771 | 767 | next-level-cache = <&cluster13_l2>; |
|---|
| .. | .. |
|---|
| 774 | 770 | |
|---|
| 775 | 771 | cpu56: cpu@70200 { |
|---|
| 776 | 772 | device_type = "cpu"; |
|---|
| 777 | | - compatible = "arm,cortex-a72", "arm,armv8"; |
|---|
| 773 | + compatible = "arm,cortex-a72"; |
|---|
| 778 | 774 | reg = <0x70200>; |
|---|
| 779 | 775 | enable-method = "psci"; |
|---|
| 780 | 776 | next-level-cache = <&cluster14_l2>; |
|---|
| .. | .. |
|---|
| 783 | 779 | |
|---|
| 784 | 780 | cpu57: cpu@70201 { |
|---|
| 785 | 781 | device_type = "cpu"; |
|---|
| 786 | | - compatible = "arm,cortex-a72", "arm,armv8"; |
|---|
| 782 | + compatible = "arm,cortex-a72"; |
|---|
| 787 | 783 | reg = <0x70201>; |
|---|
| 788 | 784 | enable-method = "psci"; |
|---|
| 789 | 785 | next-level-cache = <&cluster14_l2>; |
|---|
| .. | .. |
|---|
| 792 | 788 | |
|---|
| 793 | 789 | cpu58: cpu@70202 { |
|---|
| 794 | 790 | device_type = "cpu"; |
|---|
| 795 | | - compatible = "arm,cortex-a72", "arm,armv8"; |
|---|
| 791 | + compatible = "arm,cortex-a72"; |
|---|
| 796 | 792 | reg = <0x70202>; |
|---|
| 797 | 793 | enable-method = "psci"; |
|---|
| 798 | 794 | next-level-cache = <&cluster14_l2>; |
|---|
| .. | .. |
|---|
| 801 | 797 | |
|---|
| 802 | 798 | cpu59: cpu@70203 { |
|---|
| 803 | 799 | device_type = "cpu"; |
|---|
| 804 | | - compatible = "arm,cortex-a72", "arm,armv8"; |
|---|
| 800 | + compatible = "arm,cortex-a72"; |
|---|
| 805 | 801 | reg = <0x70203>; |
|---|
| 806 | 802 | enable-method = "psci"; |
|---|
| 807 | 803 | next-level-cache = <&cluster14_l2>; |
|---|
| .. | .. |
|---|
| 810 | 806 | |
|---|
| 811 | 807 | cpu60: cpu@70300 { |
|---|
| 812 | 808 | device_type = "cpu"; |
|---|
| 813 | | - compatible = "arm,cortex-a72", "arm,armv8"; |
|---|
| 809 | + compatible = "arm,cortex-a72"; |
|---|
| 814 | 810 | reg = <0x70300>; |
|---|
| 815 | 811 | enable-method = "psci"; |
|---|
| 816 | 812 | next-level-cache = <&cluster15_l2>; |
|---|
| .. | .. |
|---|
| 819 | 815 | |
|---|
| 820 | 816 | cpu61: cpu@70301 { |
|---|
| 821 | 817 | device_type = "cpu"; |
|---|
| 822 | | - compatible = "arm,cortex-a72", "arm,armv8"; |
|---|
| 818 | + compatible = "arm,cortex-a72"; |
|---|
| 823 | 819 | reg = <0x70301>; |
|---|
| 824 | 820 | enable-method = "psci"; |
|---|
| 825 | 821 | next-level-cache = <&cluster15_l2>; |
|---|
| .. | .. |
|---|
| 828 | 824 | |
|---|
| 829 | 825 | cpu62: cpu@70302 { |
|---|
| 830 | 826 | device_type = "cpu"; |
|---|
| 831 | | - compatible = "arm,cortex-a72", "arm,armv8"; |
|---|
| 827 | + compatible = "arm,cortex-a72"; |
|---|
| 832 | 828 | reg = <0x70302>; |
|---|
| 833 | 829 | enable-method = "psci"; |
|---|
| 834 | 830 | next-level-cache = <&cluster15_l2>; |
|---|
| .. | .. |
|---|
| 837 | 833 | |
|---|
| 838 | 834 | cpu63: cpu@70303 { |
|---|
| 839 | 835 | device_type = "cpu"; |
|---|
| 840 | | - compatible = "arm,cortex-a72", "arm,armv8"; |
|---|
| 836 | + compatible = "arm,cortex-a72"; |
|---|
| 841 | 837 | reg = <0x70303>; |
|---|
| 842 | 838 | enable-method = "psci"; |
|---|
| 843 | 839 | next-level-cache = <&cluster15_l2>; |
|---|