mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 11:50:43 +09:00
arm64: dts: rockchip: rk1808: Add clocks and power-domains for npu
Change-Id: Ie33157ebf277fd2ad008a1ae0a4e5725df3c2164 Signed-off-by: Finley Xiao <finley.xiao@rock-chips.com>
This commit is contained in:
@@ -1151,9 +1151,10 @@
|
||||
npu: npu@ffbc0000 {
|
||||
compatible = "rockchip,npu";
|
||||
reg = <0x0 0xffbc0000 0x0 0x1000>;
|
||||
clocks = <&cru SCLK_NPU>, <&cru HCLK_NPU>;
|
||||
clock-names = "sclk_npu", "hclk_npu";
|
||||
clocks = <&cru SCLK_NPU>, <&cru ACLK_NPU>, <&cru HCLK_NPU>;
|
||||
clock-names = "sclk_npu", "aclk_npu", "hclk_npu";
|
||||
interrupts = <GIC_SPI 43 IRQ_TYPE_LEVEL_HIGH>;
|
||||
power-domains = <&power RK1808_VD_NPU>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user