boards: intel_s1000_crb: add a node for DMIC
This adds a node for the Intel DMIC driver to use. Signed-off-by: Daniel Leung <daniel.leung@intel.com>
This commit is contained in:
parent
ab4a1238e3
commit
e793e0871f
1 changed files with 7 additions and 0 deletions
|
@ -19,6 +19,13 @@
|
|||
zephyr,flash = &flash0;
|
||||
zephyr,flash-controller = &flash0;
|
||||
};
|
||||
|
||||
dmic: dmic {
|
||||
compatible = "intel,dmic";
|
||||
label = "PDM";
|
||||
|
||||
status = "okay";
|
||||
};
|
||||
};
|
||||
|
||||
&cpu0 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue