aboutsummaryrefslogtreecommitdiff
path: root/fdts/juno-ethosn.dtsi
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:53:18 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:53:18 +0000
commit4bbd0cd0119622be8e5f8fae058774b1650f6a44 (patch)
tree2ce8a4e341ac9f98fb265347777487eda74eba48 /fdts/juno-ethosn.dtsi
parentf95ca314c488ae4fc69f08379e5cbb3c12adb9a5 (diff)
parent138668cae2394deb5d695c70fe4aa9760c4458ee (diff)
downloadarm-trusted-firmware-android14-mainline-mediaprovider-release.tar.gz
Change-Id: I889bd88f18521a36153944279cb56cb397c7ce03
Diffstat (limited to 'fdts/juno-ethosn.dtsi')
-rw-r--r--fdts/juno-ethosn.dtsi12
1 files changed, 7 insertions, 5 deletions
diff --git a/fdts/juno-ethosn.dtsi b/fdts/juno-ethosn.dtsi
index 87ab378a2..e2f33550e 100644
--- a/fdts/juno-ethosn.dtsi
+++ b/fdts/juno-ethosn.dtsi
@@ -4,19 +4,21 @@
* SPDX-License-Identifier: BSD-3-Clause
*/
+/*
+ * For examples of multi-core and multi-device NPU, refer to the examples given in the
+ * Arm Ethos-N NPU driver stack.
+ * https://github.com/ARM-software/ethos-n-driver-stack
+ */
+
/ {
#address-cells = <2>;
#size-cells = <2>;
- ethosn: ethosn@6f300000 {
+ ethosn0: ethosn@6f300000 {
compatible = "ethosn";
reg = <0 0x6f300000 0 0x00100000>;
status = "okay";
- /*
- * Single-core NPU. For multi-core NPU, additional core nodes
- * and reg values must be added.
- */
core0 {
compatible = "ethosn-core";
status = "okay";