juno-ethosn.dtsi 449 B

12345678910111213141516171819202122232425
  1. /*
  2. * Copyright (c) 2021, Arm Limited. All rights reserved.
  3. *
  4. * SPDX-License-Identifier: BSD-3-Clause
  5. */
  6. / {
  7. #address-cells = <2>;
  8. #size-cells = <2>;
  9. ethosn: ethosn@6f300000 {
  10. compatible = "ethosn";
  11. reg = <0 0x6f300000 0 0x00100000>;
  12. status = "okay";
  13. /*
  14. * Single-core NPU. For multi-core NPU, additional core nodes
  15. * and reg values must be added.
  16. */
  17. core0 {
  18. compatible = "ethosn-core";
  19. status = "okay";
  20. };
  21. };
  22. };