Skip to content

Commit 147d9cb

Browse files
abonislawskinashif
authored andcommitted
dts: ace15: add Intel ALH to device tree
Add Intel ALH device tree entries to ace15 Signed-off-by: Adrian Bonislawski <[email protected]>
1 parent 0e5c717 commit 147d9cb

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

dts/xtensa/intel/intel_adsp_ace15_mtpm.dtsi

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,19 @@
334334
interrupt-parent = <&ace_intc>;
335335
};
336336

337+
/*
338+
* FIXME this is modeling individual alh channels/instances
339+
* with node labels, which has problems. A better representation
340+
* is discussed here:
341+
*
342+
* https://github.com/zephyrproject-rtos/zephyr/pull/50287#discussion_r974591009
343+
*/
344+
alh0: alh1: alh@24400 {
345+
compatible = "intel,alh-dai";
346+
reg = <0x00024400 0x00024600>;
347+
status = "okay";
348+
};
349+
337350
hub_ulp_domain: hub_ulp_domain {
338351
compatible = "intel,adsp-power-domain";
339352
lps = <&lps>;

0 commit comments

Comments
 (0)