aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/rambi/variants/banjo/overridetree.cb
diff options
context:
space:
mode:
authorMatt DeVillier <matt.devillier@gmail.com>2020-03-31 17:37:12 -0500
committerMatt DeVillier <matt.devillier@gmail.com>2020-04-03 16:25:43 +0000
commit1d6e07348a6ea52396273d4617cdf0d4020760c4 (patch)
treee08bdc440695cde46fac6ae8a39f79af80611d72 /src/mainboard/google/rambi/variants/banjo/overridetree.cb
parentc0b028f205a78ecc748e69d62450b4a804784da9 (diff)
mb/google/rambi: Convert to use override devicetree
Since the variants' devicetrees are almost identical, convert to using an overridetree setup for simplicity. Change-Id: I52b71cf12a4e0b67135cfb106c3e89b00205d3bc Signed-off-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/39996 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google/rambi/variants/banjo/overridetree.cb')
-rw-r--r--src/mainboard/google/rambi/variants/banjo/overridetree.cb11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/mainboard/google/rambi/variants/banjo/overridetree.cb b/src/mainboard/google/rambi/variants/banjo/overridetree.cb
new file mode 100644
index 0000000000..bd37ec63bd
--- /dev/null
+++ b/src/mainboard/google/rambi/variants/banjo/overridetree.cb
@@ -0,0 +1,11 @@
+chip soc/intel/baytrail
+
+ register "sdcard_cap_low" = "0x0"
+
+ # Allow PCIe devices to wake system from suspend
+ register "pcie_wake_enable" = "1"
+
+ device domain 0 on
+ device pci 12.0 off end # SD
+ end
+end