blob: d04095c4f8eb4a131e52f147f3653695f44f0287 (
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";
};
};
|