blob: 87ab378a2d0a6faed744b809999d257ba324f722 [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
7/ {
8 #address-cells = <2>;
9 #size-cells = <2>;
10
11 ethosn: ethosn@6f300000 {
12 compatible = "ethosn";
13 reg = <0 0x6f300000 0 0x00100000>;
14 status = "okay";
15
16 /*
17 * Single-core NPU. For multi-core NPU, additional core nodes
18 * and reg values must be added.
19 */
20 core0 {
21 compatible = "ethosn-core";
22 status = "okay";
23 };
24 };
25};