mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
arm64: dts: rockchip: rk1808 add support npu
Add npu node for RK1808 SoCs. Change-Id: Ic6c3c6a1cdff75030871710808a5d248afe8ceb4 Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com>
This commit is contained in:
@@ -907,6 +907,15 @@
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
npu: npu@ffbc0000 {
|
||||
compatible = "rockchip,npu";
|
||||
reg = <0x0 0xffbc0000 0x0 0x1000>;
|
||||
clocks = <&cru SCLK_NPU>, <&cru HCLK_NPU>;
|
||||
clock-names = "sclk_npu", "hclk_npu";
|
||||
interrupts = <GIC_SPI 43 IRQ_TYPE_LEVEL_HIGH>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
sdmmc: dwmmc@ffcf0000 {
|
||||
compatible = "rockchip,rk1808-dw-mshc", "rockchip,rk3288-dw-mshc";
|
||||
reg = <0x0 0xffcf0000 0x0 0x4000>;
|
||||
|
||||
Reference in New Issue
Block a user