mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-19 13:41:31 +00:00
x86: dts: Add LPC settings for link
Add some settings required to set up the LPC correctly. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
b021e05535
commit
05efc3961c
1 changed files with 8 additions and 0 deletions
|
@ -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>;
|
||||||
|
|
Loading…
Add table
Reference in a new issue