Zephyr module files:

   1. Update init.c:
     - Create a new flow using DT_INST_FOREACH_STATUS_OKAY() macro.
       This macro will:
         - parse each node in dtb file for each npu
         - run "init" function with dts params
         - run ethosu_init()
         - enable irq

Change-Id: Iaf370d258e0521a133ae38f2df66f93c249754f9
diff --git a/zephyr/module.yml b/zephyr/module.yml
new file mode 100644
index 0000000..225f12b
--- /dev/null
+++ b/zephyr/module.yml
@@ -0,0 +1,5 @@
+# Copyright (c) 2021 Arm Limited. All rights reserved.
+# SPDX-License-Identifier: Apache-2.0
+build:
+  cmake: zephyr
+  kconfig: zephyr/Kconfig