| .. | .. |
|---|
| 1 | 1 | // SPDX-License-Identifier: (GPL-2.0+ OR MIT) |
|---|
| 2 | 2 | /* |
|---|
| 3 | | - * Copyright (c) 2022 Rockchip Electronics Co., Ltd. |
|---|
| 3 | + * Copyright (c) 2023 Rockchip Electronics Co., Ltd. |
|---|
| 4 | 4 | * |
|---|
| 5 | 5 | */ |
|---|
| 6 | 6 | |
|---|
| .. | .. |
|---|
| 11 | 11 | memory { |
|---|
| 12 | 12 | device_type = "memory"; |
|---|
| 13 | 13 | reg = <0x0 0x03880000 0x0 0x04b80000>, |
|---|
| 14 | | - <0x0 0x08400000 0x0 0x77c00000>; |
|---|
| 14 | + <0x0 0x0a200000 0x0 0x75e00000>; |
|---|
| 15 | 15 | }; |
|---|
| 16 | 16 | }; |
|---|
| 17 | 17 | |
|---|
| 18 | | -&cpu1 { |
|---|
| 19 | | - status = "disabled"; |
|---|
| 18 | +&arm_pmu { |
|---|
| 19 | + interrupt-affinity = <&cpu0>, <&cpu1>, <&cpu2>; |
|---|
| 20 | 20 | }; |
|---|
| 21 | 21 | |
|---|
| 22 | | -&cpu2 { |
|---|
| 23 | | - status = "disabled"; |
|---|
| 24 | | -}; |
|---|
| 25 | | - |
|---|
| 26 | | -&cpu3 { |
|---|
| 27 | | - status = "disabled"; |
|---|
| 28 | | -}; |
|---|
| 22 | +/delete-node/ &cpu3; |
|---|