提交 9ad4736e 编写于 作者: G Gabe Black 提交者: Simon Glass

x86: Add a minimal device tree for alex x86

The device tree now includes the necessary console configuration
information.
Signed-off-by: NGabe Black <gabeblack@chromium.org>
Signed-off-by: NVadim Bendebury <vbendeb@chromium.org>
Signed-off-by: NSimon Glass <sjg@chromium.org>
上级 028a5628
/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>; };
};
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册