blob: e2f33550e53ab65c5d404ce1a78ac96986f2d8ae [file] [log] [blame]
Mikael Olsson7da66192021-02-12 17:30:22 +01001/*
2 * Copyright (c) 2021, Arm Limited. All rights reserved.
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
Laurent Carlier5205df22021-09-16 15:10:35 +01007/*
8 * For examples of multi-core and multi-device NPU, refer to the examples given in the
9 * Arm Ethos-N NPU driver stack.
10 * https://github.com/ARM-software/ethos-n-driver-stack
11 */
12
Mikael Olsson7da66192021-02-12 17:30:22 +010013/ {
14 #address-cells = <2>;
15 #size-cells = <2>;
16
Laurent Carlier5205df22021-09-16 15:10:35 +010017 ethosn0: ethosn@6f300000 {
Mikael Olsson7da66192021-02-12 17:30:22 +010018 compatible = "ethosn";
19 reg = <0 0x6f300000 0 0x00100000>;
20 status = "okay";
21
Mikael Olsson7da66192021-02-12 17:30:22 +010022 core0 {
23 compatible = "ethosn-core";
24 status = "okay";
25 };
26 };
27};