dts: intel_s1000: add GNA node

This adds the GNA node to the intel_s1000 SoC device tree
file.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
This commit is contained in:
Daniel Leung 2021-01-05 11:48:31 -08:00 committed by Kumar Gala
commit 7312d361bc

View file

@ -253,5 +253,14 @@
status = "okay";
};
gna: gna@e800 {
compatible = "intel,gna";
reg = <0x0000E800 0x100>;
interrupt-controller;
interrupts = <5 0 0>;
interrupt-parent = <&cavs0>;
label = "GNA0";
};
};
};