Skip to content
Snippets Groups Projects
Commit 05efc396 authored by Simon Glass's avatar Simon Glass
Browse files

x86: dts: Add LPC settings for link


Add some settings required to set up the LPC correctly.

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
parent b021e055
No related branches found
No related tags found
No related merge requests found
...@@ -169,6 +169,14 @@ ...@@ -169,6 +169,14 @@
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
gen-dec = <0x800 0xfc 0x900 0xfc>; gen-dec = <0x800 0xfc 0x900 0xfc>;
intel,gen-dec = <0x800 0xfc 0x900 0xfc>;
intel,pirq-routing = <0x8b 0x8a 0x8b 0x8b
0x80 0x80 0x80 0x80>;
intel,gpi-routing = <0 0 0 0 0 0 0 2
1 0 0 0 0 0 0 0>;
/* Enable EC SMI source */
intel,alt-gp-smi-enable = <0x0100>;
cros-ec@200 { cros-ec@200 {
compatible = "google,cros-ec"; compatible = "google,cros-ec";
reg = <0x204 1 0x200 1 0x880 0x80>; reg = <0x204 1 0x200 1 0x880 0x80>;
......
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