Skip to content

Commit

Permalink
rk3328-add-rga-node(:1)
Browse files Browse the repository at this point in the history
Original-Subject: rk3328: add RGA node
None
X-Armbian: Patch-File: rk3328-add-rga-node
X-Armbian: Patch-File-Counter: 1
X-Armbian: Patch-Rel-Directory: patch/kernel/archive/rockchip64-6.3
X-Armbian: Patch-Type: kernel
X-Armbian: Patch-Root-Type: core
X-Armbian: Patch-Sub-Type: common
X-Armbian: Original-Subject: rk3328: add RGA node
  • Loading branch information
paolosabatino authored and Armbian AutoPatcher committed Oct 21, 2021
1 parent 6062086 commit 8916894
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions arch/arm64/boot/dts/rockchip/rk3328.dtsi
Expand Up @@ -782,6 +782,20 @@
status = "disabled";
};

rga: rga@ff390000 {
compatible = "rockchip,rk3328-rga", "rockchip,rk3399-rga";
reg = <0x0 0xff390000 0x0 0x1000>;
interrupts = <GIC_SPI 33 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&cru ACLK_RGA>,
<&cru HCLK_RGA>,
<&cru SCLK_RGA>;
clock-names = "aclk", "hclk", "sclk";
resets = <&cru SRST_RGA>,
<&cru SRST_RGA_A>,
<&cru SRST_RGA_H>;
reset-names = "core", "axi", "ahb";
};

iep: iep@ff3a0000 {
compatible = "rockchip,rk3328-iep", "rockchip,rk3228-iep";
reg = <0x0 0xff3a0000 0x0 0x800>;
Expand Down

0 comments on commit 8916894

Please sign in to comment.