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:
parent
2962d5370d
commit
7312d361bc
1 changed files with 9 additions and 0 deletions
|
@ -253,5 +253,14 @@
|
||||||
|
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
gna: gna@e800 {
|
||||||
|
compatible = "intel,gna";
|
||||||
|
reg = <0x0000E800 0x100>;
|
||||||
|
interrupt-controller;
|
||||||
|
interrupts = <5 0 0>;
|
||||||
|
interrupt-parent = <&cavs0>;
|
||||||
|
label = "GNA0";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue