Skip to content

Commit

Permalink
dts: Add Intel VT-D Node to apollo lake
Browse files Browse the repository at this point in the history
It's disabled by default.

Signed-off-by: Tomasz Bursztyka <[email protected]>
  • Loading branch information
Tomasz Bursztyka authored and nashif committed Dec 8, 2020
1 parent 557b170 commit 3f3a51c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions dts/x86/apollo_lake.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,15 @@
compatible = "simple-bus";
ranges;

vtd: vtd@fed65000 {
compatible = "intel,vt-d";

label = "VTD_0";
reg = <0xfed65000 0x1000>;

status = "disabled";
};

uart0: uart@c000 {
compatible = "ns16550";

Expand Down

0 comments on commit 3f3a51c

Please sign in to comment.