blob: 14a19c3ec33fea5d4b205484667df9cfb93d3be2 [file] [log] [blame]
Bin Mengafee3fb2015-02-02 22:35:28 +08001/*
2 * Copyright (C) 2015, Bin Meng <bmeng.cn@gmail.com>
3 *
4 * SPDX-License-Identifier: GPL-2.0+
5 */
6
7/dts-v1/;
8
9/include/ "skeleton.dtsi"
10
11/ {
12 model = "Intel Galileo";
13 compatible = "intel,galileo", "intel,quark";
14
15 config {
16 silent_console = <0>;
17 };
18
19 chosen {
20 stdout-path = &pciuart0;
21 };
22
23 pci {
24 #address-cells = <3>;
25 #size-cells = <2>;
26 compatible = "intel,pci";
27 device_type = "pci";
28
29 pciuart0: uart@14,5 {
30 compatible = "pci8086,0936.00",
31 "pci8086,0936",
32 "pciclass,070002",
33 "pciclass,0700",
34 "x86-uart";
35 reg = <0x0000a500 0x0 0x0 0x0 0x0
36 0x0200a510 0x0 0x0 0x0 0x0>;
37 reg-shift = <2>;
38 clock-frequency = <44236800>;
39 current-speed = <115200>;
40 };
41 };
42
43};