Skip to content

Commit 7312d36

Browse files
dcpleunggalak
authored andcommitted
dts: intel_s1000: add GNA node
This adds the GNA node to the intel_s1000 SoC device tree file. Signed-off-by: Daniel Leung <[email protected]>
1 parent 2962d53 commit 7312d36

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

dts/xtensa/intel/intel_s1000.dtsi

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,5 +253,14 @@
253253

254254
status = "okay";
255255
};
256+
257+
gna: gna@e800 {
258+
compatible = "intel,gna";
259+
reg = <0x0000E800 0x100>;
260+
interrupt-controller;
261+
interrupts = <5 0 0>;
262+
interrupt-parent = <&cavs0>;
263+
label = "GNA0";
264+
};
256265
};
257266
};

0 commit comments

Comments
 (0)