mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 11:26:02 +09:00
arm64: dts: rockchip: rk3399pro-npu: Add clocks for npu
Change-Id: If84a3592c4def1418b3a972bc5d56c33918c35d6 Signed-off-by: Zorro Liu <lyx@rock-chips.com>
This commit is contained in:
@@ -394,8 +394,8 @@
|
||||
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