summaryrefslogtreecommitdiff
path: root/arch/x86/dts/serial.dtsi
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2014-12-24 13:06:38 +0800
committerSimon Glass <sjg@chromium.org>2015-01-12 17:03:40 -0800
commit9ca5a0ca0e2c7d7c7029aa901db4184e9103efe1 (patch)
tree0f415b22ee2238d0346157a19125d47d19c39bb8 /arch/x86/dts/serial.dtsi
parent57706e4bd67a72f76c9e34c345a19c862f79fce6 (diff)
downloadu-boot-9ca5a0ca0e2c7d7c7029aa901db4184e9103efe1.tar.gz
x86: Rename coreboot.dsti to serial.dtsi
The name of coreboot.dtsi is misleading, as it actually describes the legacy serial port device node. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/x86/dts/serial.dtsi')
-rw-r--r--arch/x86/dts/serial.dtsi17
1 files changed, 17 insertions, 0 deletions
diff --git a/arch/x86/dts/serial.dtsi b/arch/x86/dts/serial.dtsi
new file mode 100644
index 0000000000..65a93acd3d
--- /dev/null
+++ b/arch/x86/dts/serial.dtsi
@@ -0,0 +1,17 @@
+/include/ "skeleton.dtsi"
+
+/ {
+ chosen {
+ stdout-path = "/serial";
+ };
+
+ serial {
+ compatible = "x86-uart";
+ reg = <0x3f8 0x10>;
+ reg-shift = <0>;
+ io-mapped = <1>;
+ multiplier = <1>;
+ baudrate = <115200>;
+ status = "disabled";
+ };
+};