mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 11:50:43 +09:00
common: NN API implementation,upload 64bit dts [1/1]
PD#SWPL-86 Problem: Android tensorflow lite ,NN API implementation Solution: NN API implementation Verify: Local on galilei Change-Id: I7c1a3a68005218544d0a3c7a7360c9ee38fc53de Signed-off-by: deng.liu <deng.liu@amlogic.com>
This commit is contained in:
@@ -147,6 +147,17 @@
|
||||
size = <0x0 0x04000000>;
|
||||
alignment = <0x0 0x400000>;
|
||||
};
|
||||
galcore_reserved:linux,galcore {
|
||||
compatible = "shared-dma-pool";
|
||||
reusable;
|
||||
size = <0x1000000>;
|
||||
alignment = <0x400000>;
|
||||
linux,contiguous-region;
|
||||
};
|
||||
};
|
||||
galcore {
|
||||
status = "okay";
|
||||
memory-region = <&galcore_reserved>;
|
||||
};
|
||||
|
||||
gpioleds {
|
||||
|
||||
@@ -147,6 +147,17 @@
|
||||
size = <0x0 0x04000000>;
|
||||
alignment = <0x0 0x400000>;
|
||||
};
|
||||
galcore_reserved:linux,galcore {
|
||||
compatible = "shared-dma-pool";
|
||||
reusable;
|
||||
size = <0x1000000>;
|
||||
alignment = <0x400000>;
|
||||
linux,contiguous-region;
|
||||
};
|
||||
};
|
||||
galcore {
|
||||
status = "okay";
|
||||
memory-region = <&galcore_reserved>;
|
||||
};
|
||||
|
||||
gpioleds {
|
||||
|
||||
@@ -1130,7 +1130,7 @@
|
||||
<&clkc CLKID_VNANOQ_CORE_CLK_COMP>;
|
||||
clock-names = "cts_vipnanoq_axi_clk_composite",
|
||||
"cts_vipnanoq_core_clk_composite";
|
||||
interrupts = <0 147 1>;
|
||||
interrupts = <0 147 4>;
|
||||
interrupt-names = "galcore";
|
||||
reg = <0x0 0xff100000 0x0 0x800
|
||||
0x0 0xff000000 0x0 0x400000>;
|
||||
|
||||
@@ -1139,7 +1139,7 @@
|
||||
<&clkc CLKID_VNANOQ_CORE_CLK_COMP>;
|
||||
clock-names = "cts_vipnanoq_axi_clk_composite",
|
||||
"cts_vipnanoq_core_clk_composite";
|
||||
interrupts = <0 147 1>;
|
||||
interrupts = <0 147 4>;
|
||||
interrupt-names = "galcore";
|
||||
reg = <0x0 0xff100000 0x0 0x800
|
||||
0x0 0xff000000 0x0 0x400000>;
|
||||
|
||||
Reference in New Issue
Block a user