arm64: dts: rockchip: rk3568: Add rknpu relative node
nodes: rknpu, rknpu_mmu Signed-off-by: Felix Zeng <felix.zeng@rock-chips.com> Change-Id: I67546225cb55b6248ed314911ecb6015f8c84d22
This commit is contained in:
parent
b76b1e139b
commit
04c859872b
1 changed files with 25 additions and 0 deletions
|
|
@ -765,6 +765,31 @@
|
|||
};
|
||||
};
|
||||
|
||||
rknpu: npu@fde40000 {
|
||||
compatible = "rockchip,rknpu";
|
||||
reg = <0x0 0xfde40000 0x0 0x10000>;
|
||||
interrupts = <GIC_SPI 151 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&cru CLK_NPU>, <&cru ACLK_NPU>, <&cru HCLK_NPU>;
|
||||
clock-names = "clk", "aclk", "hclk";
|
||||
assigned-clocks = <&cru CLK_NPU>;
|
||||
assigned-clock-rates = <600000000>;
|
||||
power-domains = <&power RK3568_PD_NPU>;
|
||||
iommus = <&rknpu_mmu>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
rknpu_mmu: iommu@fde4b000 {
|
||||
compatible = "rockchip,iommu-v2";
|
||||
reg = <0x0 0xfde4b000 0x0 0x40>;
|
||||
interrupts = <GIC_SPI 151 IRQ_TYPE_LEVEL_HIGH>;
|
||||
interrupt-names = "rknpu_mmu";
|
||||
clocks = <&cru ACLK_NPU>, <&cru HCLK_NPU>;
|
||||
clock-names = "aclk", "iface";
|
||||
power-domains = <&power RK3568_PD_NPU>;
|
||||
#iommu-cells = <0>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
gpu: gpu@fde60000 {
|
||||
compatible = "arm,malit602", "arm,malit60x", "arm,malit6xx", "arm,mali-midgard";
|
||||
reg = <0x0 0xfde60000 0x0 0x4000>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue