boards: alder_lake: Enable VTD
Enable VTD for Alder Lake board. Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
This commit is contained in:
parent
8924feb960
commit
2a49611ab0
@ -258,6 +258,12 @@
|
||||
compatible = "simple-bus";
|
||||
ranges;
|
||||
|
||||
vtd: vtd@fed91000 {
|
||||
compatible = "intel,vt-d";
|
||||
reg = <0xfed91000 0x1000>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
uart0_legacy: uart@3f8 {
|
||||
compatible = "ns16550";
|
||||
reg = <0x000003f8 0x100>;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user