mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 22:52:35 +02:00
arm64: dts: rockchip: rk3588s: add decompress node
Change-Id: I641f2ecdd1f08b60b50f8dac9a1647430474bd98 Signed-off-by: Simon Xue <xxm@rock-chips.com>
This commit is contained in:
parent
30e7c5bd44
commit
5f5fd055a7
|
|
@ -1542,6 +1542,17 @@ dmac1: dma-controller@fea30000 {
|
|||
arm,pl330-periph-burst;
|
||||
};
|
||||
|
||||
hw_decompress: decompress@fea80000 {
|
||||
compatible = "rockchip,hw-decompress";
|
||||
reg = <0x0 0xfea80000 0x0 0x1000>;
|
||||
interrupts = <GIC_SPI 85 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&cru ACLK_DECOM>, <&cru DCLK_DECOM>, <&cru PCLK_DECOM>;
|
||||
clock-names = "aclk", "dclk", "pclk";
|
||||
resets = <&cru SRST_D_DECOM>;
|
||||
reset-names = "dresetn";
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
i2c1: i2c@fea90000 {
|
||||
compatible = "rockchip,rk3588-i2c", "rockchip,rk3399-i2c";
|
||||
reg = <0x0 0xfea90000 0x0 0x1000>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user