| .. | .. |
|---|
| 2 | 2 | /* |
|---|
| 3 | 3 | * Device Tree Source for AM6 SoC family in Quad core configuration |
|---|
| 4 | 4 | * |
|---|
| 5 | | - * Copyright (C) 2016-2018 Texas Instruments Incorporated - http://www.ti.com/ |
|---|
| 5 | + * Copyright (C) 2016-2018 Texas Instruments Incorporated - https://www.ti.com/ |
|---|
| 6 | 6 | */ |
|---|
| 7 | 7 | |
|---|
| 8 | 8 | #include "k3-am65.dtsi" |
|---|
| .. | .. |
|---|
| 34 | 34 | }; |
|---|
| 35 | 35 | |
|---|
| 36 | 36 | cpu0: cpu@0 { |
|---|
| 37 | | - compatible = "arm,cortex-a53", "arm,armv8"; |
|---|
| 37 | + compatible = "arm,cortex-a53"; |
|---|
| 38 | 38 | reg = <0x000>; |
|---|
| 39 | 39 | device_type = "cpu"; |
|---|
| 40 | 40 | enable-method = "psci"; |
|---|
| .. | .. |
|---|
| 48 | 48 | }; |
|---|
| 49 | 49 | |
|---|
| 50 | 50 | cpu1: cpu@1 { |
|---|
| 51 | | - compatible = "arm,cortex-a53", "arm,armv8"; |
|---|
| 51 | + compatible = "arm,cortex-a53"; |
|---|
| 52 | 52 | reg = <0x001>; |
|---|
| 53 | 53 | device_type = "cpu"; |
|---|
| 54 | 54 | enable-method = "psci"; |
|---|
| .. | .. |
|---|
| 62 | 62 | }; |
|---|
| 63 | 63 | |
|---|
| 64 | 64 | cpu2: cpu@100 { |
|---|
| 65 | | - compatible = "arm,cortex-a53", "arm,armv8"; |
|---|
| 65 | + compatible = "arm,cortex-a53"; |
|---|
| 66 | 66 | reg = <0x100>; |
|---|
| 67 | 67 | device_type = "cpu"; |
|---|
| 68 | 68 | enable-method = "psci"; |
|---|
| .. | .. |
|---|
| 76 | 76 | }; |
|---|
| 77 | 77 | |
|---|
| 78 | 78 | cpu3: cpu@101 { |
|---|
| 79 | | - compatible = "arm,cortex-a53", "arm,armv8"; |
|---|
| 79 | + compatible = "arm,cortex-a53"; |
|---|
| 80 | 80 | reg = <0x101>; |
|---|
| 81 | 81 | device_type = "cpu"; |
|---|
| 82 | 82 | enable-method = "psci"; |
|---|