| .. | .. |
|---|
| 47 | 47 | |
|---|
| 48 | 48 | A57_0: cpu@0 { |
|---|
| 49 | 49 | device_type = "cpu"; |
|---|
| 50 | | - compatible = "arm,cortex-a57", "arm,armv8"; |
|---|
| 50 | + compatible = "arm,cortex-a57"; |
|---|
| 51 | 51 | reg = <0 0>; |
|---|
| 52 | 52 | enable-method = "psci"; |
|---|
| 53 | 53 | next-level-cache = <&CLUSTER0_L2>; |
|---|
| .. | .. |
|---|
| 55 | 55 | |
|---|
| 56 | 56 | A57_1: cpu@1 { |
|---|
| 57 | 57 | device_type = "cpu"; |
|---|
| 58 | | - compatible = "arm,cortex-a57", "arm,armv8"; |
|---|
| 58 | + compatible = "arm,cortex-a57"; |
|---|
| 59 | 59 | reg = <0 1>; |
|---|
| 60 | 60 | enable-method = "psci"; |
|---|
| 61 | 61 | next-level-cache = <&CLUSTER0_L2>; |
|---|
| .. | .. |
|---|
| 63 | 63 | |
|---|
| 64 | 64 | A57_2: cpu@2 { |
|---|
| 65 | 65 | device_type = "cpu"; |
|---|
| 66 | | - compatible = "arm,cortex-a57", "arm,armv8"; |
|---|
| 66 | + compatible = "arm,cortex-a57"; |
|---|
| 67 | 67 | reg = <0 2>; |
|---|
| 68 | 68 | enable-method = "psci"; |
|---|
| 69 | 69 | next-level-cache = <&CLUSTER0_L2>; |
|---|
| .. | .. |
|---|
| 71 | 71 | |
|---|
| 72 | 72 | A57_3: cpu@3 { |
|---|
| 73 | 73 | device_type = "cpu"; |
|---|
| 74 | | - compatible = "arm,cortex-a57", "arm,armv8"; |
|---|
| 74 | + compatible = "arm,cortex-a57"; |
|---|
| 75 | 75 | reg = <0 3>; |
|---|
| 76 | 76 | enable-method = "psci"; |
|---|
| 77 | 77 | next-level-cache = <&CLUSTER0_L2>; |
|---|
| .. | .. |
|---|
| 576 | 576 | reg = <0x66090000 0x1000>; |
|---|
| 577 | 577 | interrupts = <GIC_SPI 406 IRQ_TYPE_LEVEL_HIGH>; |
|---|
| 578 | 578 | clocks = <&iprocslow>, <&iprocslow>; |
|---|
| 579 | | - clock-names = "wdogclk", "apb_pclk"; |
|---|
| 579 | + clock-names = "wdog_clk", "apb_pclk"; |
|---|
| 580 | 580 | }; |
|---|
| 581 | 581 | |
|---|
| 582 | 582 | gpio_g: gpio@660a0000 { |
|---|
| .. | .. |
|---|
| 687 | 687 | }; |
|---|
| 688 | 688 | }; |
|---|
| 689 | 689 | |
|---|
| 690 | | - sata: ahci@663f2000 { |
|---|
| 690 | + sata: sata@663f2000 { |
|---|
| 691 | 691 | compatible = "brcm,iproc-ahci", "generic-ahci"; |
|---|
| 692 | 692 | reg = <0x663f2000 0x1000>; |
|---|
| 693 | 693 | dma-coherent; |
|---|