summaryrefslogtreecommitdiff
path: root/arch/x86/dts/slimbootloader.dts
blob: 9b581c8489b45234562ff482a1bfce6cc6b28561 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
// SPDX-License-Identifier: GPL-2.0+
/*
 * Copyright (C) 2019 Intel Corporation <www.intel.com>
 */

/dts-v1/;

/include/ "skeleton.dtsi"
/include/ "reset.dtsi"
#include "tsc_timer.dtsi"

/ {
	model = "slimbootloader x86 payload";
	compatible = "slimbootloader,x86-payload";

	chosen {
		stdout-path = &serial;
	};

	serial: serial {
		compatible = "intel,slimbootloader-uart";
	};

	pci {
		compatible = "pci-x86";
	};
};