Files
bl-mt798x/atf-20220606-637ba581b/fdts/juno-ethosn.dtsi
Jianhui Zhao cc7705c272 Init
Signed-off-by: Jianhui Zhao <jianhui.zhao@gl-inet.com>
2022-09-07 16:27:20 +08:00

28 lines
524 B
Plaintext

/*
* 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";
};
};
};