[U-Boot] [PATCH 05/12] x86: Add a minimal device tree for alex x86
Simon Glass
sjg at chromium.org
Sun Oct 21 00:33:09 CEST 2012
From: Gabe Black <gabeblack at chromium.org>
The device tree now includes the necessary console configuration
information.
Signed-off-by: Gabe Black <gabeblack at chromium.org>
Signed-off-by: Vadim Bendebury <vbendeb at chromium.org>
Signed-off-by: Simon Glass <sjg at chromium.org>
---
board/chromebook-x86/dts/x86-alex.dts | 30 ++++++++++++++++++++++++++++++
1 files changed, 30 insertions(+), 0 deletions(-)
create mode 100644 board/chromebook-x86/dts/x86-alex.dts
diff --git a/board/chromebook-x86/dts/x86-alex.dts b/board/chromebook-x86/dts/x86-alex.dts
new file mode 100644
index 0000000..bd90d18
--- /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 at e0401000";
+ };
+
+ serial at 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>; };
+};
--
1.7.7.3
More information about the U-Boot
mailing list