diff options
| author | Stefan Roese <[email protected]> | 2016-08-15 13:50:59 +0200 |
|---|---|---|
| committer | Bin Meng <[email protected]> | 2016-08-16 11:44:09 +0800 |
| commit | 27daffe7cec26ec1462245e4e15c36d19d886221 (patch) | |
| tree | 171969f2ac95de554c65a3f57193665b1d7c04ed /arch | |
| parent | b1ad6c696631f07b5fe109378516abcb79ded1f9 (diff) | |
x86: Add theadorable-x86-dfi-bt700 board support
This patch adds support for the BayTrail based theadorable-x86-dfi-bt700
board which uses the DFI BT700 BayTrail Qseven SoM on a custom baseboard.
The main difference to the DFI baseboard is, that it isn't equipped
with a Super IO chip and uses the internal HS SIO UART (memory mapped
PCI based) as the console UART.
Signed-off-by: Stefan Roese <[email protected]>
Cc: Simon Glass <[email protected]>
Cc: Bin Meng <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/x86/dts/Makefile | 1 | ||||
| -rw-r--r-- | arch/x86/dts/theadorable-x86-dfi-bt700.dts | 21 |
2 files changed, 22 insertions, 0 deletions
diff --git a/arch/x86/dts/Makefile b/arch/x86/dts/Makefile index ca086bdd0dd..3f534ad40a6 100644 --- a/arch/x86/dts/Makefile +++ b/arch/x86/dts/Makefile @@ -15,6 +15,7 @@ dtb-y += bayleybay.dtb \ minnowmax.dtb \ qemu-x86_i440fx.dtb \ qemu-x86_q35.dtb \ + theadorable-x86-dfi-bt700.dtb \ broadwell_som-6896.dtb \ baytrail_som-db5800-som-6867.dtb diff --git a/arch/x86/dts/theadorable-x86-dfi-bt700.dts b/arch/x86/dts/theadorable-x86-dfi-bt700.dts new file mode 100644 index 00000000000..75f9ffa8f3b --- /dev/null +++ b/arch/x86/dts/theadorable-x86-dfi-bt700.dts @@ -0,0 +1,21 @@ +/* + * Copyright (C) 2014, Bin Meng <[email protected]> + * Copyright (C) 2016 Stefan Roese <[email protected]> + * + * SPDX-License-Identifier: GPL-2.0+ + */ + +/dts-v1/; + +#include "dfi-bt700.dtsi" + +/ { + model = "theadorable-x86-DFI-BT700"; + compatible = "anonymous,theadorable-x86-dfi-bt700", "dfi,bt700", + "intel,baytrail"; + + aliases { + serial0 = &pciuart0; + spi0 = &spi; + }; +}; |
