blob: ea0bff7b9279e3bc49d77f6cd08a8777a10ea180 [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001// SPDX-License-Identifier: GPL-2.0+
Stefan Roese27daffe2016-08-15 13:50:59 +02002/*
3 * Copyright (C) 2014, Bin Meng <bmeng.cn@gmail.com>
4 * Copyright (C) 2016 Stefan Roese <sr@denx.de>
Stefan Roese27daffe2016-08-15 13:50:59 +02005 */
6
7/dts-v1/;
8
9#include "dfi-bt700.dtsi"
10
11/ {
12 model = "theadorable-x86-DFI-BT700";
13 compatible = "anonymous,theadorable-x86-dfi-bt700", "dfi,bt700",
14 "intel,baytrail";
15
16 aliases {
17 serial0 = &pciuart0;
18 spi0 = &spi;
19 };
20};