Skip to content
Snippets Groups Projects
Commit ce8dd77d authored by Bin Meng's avatar Bin Meng
Browse files

x86: dts: Update to include ACTL register details


This updates all x86 boards that currently have IRQ router in the
dts files to include ACTL register details.

Signed-off-by: default avatarBin Meng <bmeng.cn@gmail.com>
Reviewed-by: default avatarStefan Roese <sr@denx.de>
Tested-by: default avatarStefan Roese <sr@denx.de>
Reviewed-by: default avatarSimon Glass <sjg@chromium.org>
parent d4e61f50
No related branches found
No related tags found
No related merge requests found
...@@ -84,6 +84,7 @@ ...@@ -84,6 +84,7 @@
compatible = "intel,irq-router"; compatible = "intel,irq-router";
intel,pirq-config = "ibase"; intel,pirq-config = "ibase";
intel,ibase-offset = <0x50>; intel,ibase-offset = <0x50>;
intel,actl-addr = <0>;
intel,pirq-link = <8 8>; intel,pirq-link = <8 8>;
intel,pirq-mask = <0xdee0>; intel,pirq-mask = <0xdee0>;
intel,pirq-routing = < intel,pirq-routing = <
......
...@@ -88,6 +88,7 @@ ...@@ -88,6 +88,7 @@
compatible = "intel,irq-router"; compatible = "intel,irq-router";
intel,pirq-config = "ibase"; intel,pirq-config = "ibase";
intel,ibase-offset = <0x50>; intel,ibase-offset = <0x50>;
intel,actl-addr = <0>;
intel,pirq-link = <8 8>; intel,pirq-link = <8 8>;
intel,pirq-mask = <0xdee0>; intel,pirq-mask = <0xdee0>;
intel,pirq-routing = < intel,pirq-routing = <
......
...@@ -154,6 +154,7 @@ ...@@ -154,6 +154,7 @@
irq-router { irq-router {
compatible = "intel,queensbay-irq-router"; compatible = "intel,queensbay-irq-router";
intel,pirq-config = "pci"; intel,pirq-config = "pci";
intel,actl-addr = <0x58>;
intel,pirq-link = <0x60 8>; intel,pirq-link = <0x60 8>;
intel,pirq-mask = <0xcee0>; intel,pirq-mask = <0xcee0>;
intel,pirq-routing = < intel,pirq-routing = <
......
...@@ -88,6 +88,7 @@ ...@@ -88,6 +88,7 @@
irq-router { irq-router {
compatible = "intel,quark-irq-router"; compatible = "intel,quark-irq-router";
intel,pirq-config = "pci"; intel,pirq-config = "pci";
intel,actl-addr = <0x58>;
intel,pirq-link = <0x60 8>; intel,pirq-link = <0x60 8>;
intel,pirq-mask = <0xdef8>; intel,pirq-mask = <0xdef8>;
intel,pirq-routing = < intel,pirq-routing = <
......
...@@ -117,6 +117,7 @@ ...@@ -117,6 +117,7 @@
compatible = "intel,irq-router"; compatible = "intel,irq-router";
intel,pirq-config = "ibase"; intel,pirq-config = "ibase";
intel,ibase-offset = <0x50>; intel,ibase-offset = <0x50>;
intel,actl-addr = <0>;
intel,pirq-link = <8 8>; intel,pirq-link = <8 8>;
intel,pirq-mask = <0xdee0>; intel,pirq-mask = <0xdee0>;
intel,pirq-routing = < intel,pirq-routing = <
......
...@@ -69,6 +69,8 @@ ...@@ -69,6 +69,8 @@
irq-router { irq-router {
compatible = "intel,irq-router"; compatible = "intel,irq-router";
intel,pirq-config = "pci"; intel,pirq-config = "pci";
intel,actl-8bit;
intel,actl-addr = <0x44>;
intel,pirq-link = <0x60 8>; intel,pirq-link = <0x60 8>;
intel,pirq-mask = <0x0e40>; intel,pirq-mask = <0x0e40>;
intel,pirq-routing = < intel,pirq-routing = <
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment