xref: /rk3399_ARM-atf/fdts/juno-ethosn.dtsi (revision a72b9e7754a27e6ebccf79f0cc4fb7cc5a0a8a5e)
1/*
2 * Copyright (c) 2021, Arm Limited. All rights reserved.
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
7/*
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
13/ {
14	#address-cells = <2>;
15	#size-cells = <2>;
16
17	ethosn0: ethosn@6f300000 {
18		compatible = "ethosn";
19		reg = <0 0x6f300000 0 0x00100000>;
20		status = "okay";
21
22		core0 {
23			compatible = "ethosn-core";
24			status = "okay";
25		};
26	};
27};
28