Skip to content

Commit 36ad2e4

Browse files
darkxstmmind
authored andcommitted
ARM: dts: rockchip: Add rv1109 SoC
The Rockchip rv1109 SoC is a dual core version of the rv1126. It is otherwise identical and shares the same device tree config. This patch introduces a dtsi file to drop the additional cpu nodes. Taken from Rockchip BSP kernel. Signed-off-by: Tim Lunn <tim@feathertop.org> Link: https://lore.kernel.org/r/20231203124004.2676174-7-tim@feathertop.org Signed-off-by: Heiko Stuebner <heiko@sntech.de>
1 parent 32de939 commit 36ad2e4

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2+
/*
3+
* Copyright (c) 2019 Fuzhou Rockchip Electronics Co., Ltd.
4+
*/
5+
6+
/dts-v1/;
7+
8+
#include "rv1126.dtsi"
9+
10+
/ {
11+
compatible = "rockchip,rv1109";
12+
13+
cpus {
14+
/delete-node/ cpu@f02;
15+
/delete-node/ cpu@f03;
16+
};
17+
18+
arm-pmu {
19+
interrupts = <GIC_SPI 123 IRQ_TYPE_LEVEL_HIGH>,
20+
<GIC_SPI 124 IRQ_TYPE_LEVEL_HIGH>;
21+
interrupt-affinity = <&cpu0>, <&cpu1>;
22+
};
23+
};

0 commit comments

Comments
 (0)