summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorGabe Black <gabeblack@chromium.org>2011-07-21 23:54:03 -0700
committerSimon Glass <sjg@chromium.org>2011-08-29 10:59:08 -0700
commit8b39b7ce5e4f7ff1e7b3468b5a22ed1f03fee4c4 (patch)
tree95c1923e13404dee8f89df50a726842102524fb8 /board
parent6af538f5ca09179137ce9b053f25e04a6ba771db (diff)
Add a minimal device tree to x86 to give us something to start with.
BUG=chrome-os-partner:4993 TEST=Built the device tree ebuild and verified that this was compiled successfully. Change-Id: Ia4c5c3408e63b55daa627b960b31a79028760c3f Signed-off-by: Gabe Black <gabeblack@google.com> Reviewed-on: http://gerrit.chromium.org/gerrit/4697 Tested-by: Gabe Black <gabeblack@chromium.org> Reviewed-by: Stefan Reinauer <reinauer@google.com>
Diffstat (limited to 'board')
-rw-r--r--board/chromebook-x86/coreboot/x86-alex.dts9
1 files changed, 9 insertions, 0 deletions
diff --git a/board/chromebook-x86/coreboot/x86-alex.dts b/board/chromebook-x86/coreboot/x86-alex.dts
new file mode 100644
index 0000000000..fb5fe903f2
--- /dev/null
+++ b/board/chromebook-x86/coreboot/x86-alex.dts
@@ -0,0 +1,9 @@
+/dts-v1/;
+
+/ {
+ #address-cells = <1>;
+ #size-cells = <1>;
+ chosen { };
+ aliases { };
+ memory { device_type = "memory"; reg = <0 0>; };
+};