summaryrefslogtreecommitdiffstats
path: root/board/chromebook-x86
diff options
context:
space:
mode:
authorGabe Black <gabeblack@chromium.org>2012-10-20 12:33:09 +0000
committerSimon Glass <sjg@chromium.org>2012-11-30 13:44:04 -0800
commit9ad4736e32acc6bdfac4cedb0be4b2c2851ee5b7 (patch)
treef5968792327bd9dcc194bd7af3b8fef8c32e9ebc /board/chromebook-x86
parent028a56289a443dd6209a7b8d9f480367f528da51 (diff)
downloadblackbird-obmc-uboot-9ad4736e32acc6bdfac4cedb0be4b2c2851ee5b7.tar.gz
blackbird-obmc-uboot-9ad4736e32acc6bdfac4cedb0be4b2c2851ee5b7.zip
x86: Add a minimal device tree for alex x86
The device tree now includes the necessary console configuration information. Signed-off-by: Gabe Black <gabeblack@chromium.org> Signed-off-by: Vadim Bendebury <vbendeb@chromium.org> Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'board/chromebook-x86')
-rw-r--r--board/chromebook-x86/dts/x86-alex.dts30
1 files changed, 30 insertions, 0 deletions
diff --git a/board/chromebook-x86/dts/x86-alex.dts b/board/chromebook-x86/dts/x86-alex.dts
new file mode 100644
index 0000000000..bd90d185f1
--- /dev/null
+++ b/board/chromebook-x86/dts/x86-alex.dts
@@ -0,0 +1,30 @@
+/dts-v1/;
+
+/ {
+ #address-cells = <1>;
+ #size-cells = <1>;
+ model = "Google Alex";
+ compatible = "google,alex", "intel,atom-pineview";
+
+ config {
+ silent_console = <0>;
+ };
+
+ aliases {
+ console = "/serial@e0401000";
+ };
+
+ serial@e0401000 {
+ compatible = "ns16550";
+ reg = <0xe0401000 0x40>;
+ id = <1>;
+ reg-shift = <1>;
+ baudrate = <115200>;
+ clock-frequency = <4000000>;
+ multiplier = <1>;
+ status = "ok";
+ };
+
+ chosen { };
+ memory { device_type = "memory"; reg = <0 0>; };
+};
OpenPOWER on IntegriCloud