summaryrefslogtreecommitdiff
path: root/fdts/juno-ethosn.dtsi
blob: e2f33550e53ab65c5d404ce1a78ac96986f2d8ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
/*
 * Copyright (c) 2021, Arm Limited. All rights reserved.
 *
 * 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>;

	ethosn0: ethosn@6f300000 {
		compatible = "ethosn";
		reg = <0 0x6f300000 0 0x00100000>;
		status = "okay";

		core0 {
			compatible = "ethosn-core";
			status = "okay";
		};
	};
};