2015-01-28 05:13:47 +00:00
|
|
|
/*
|
|
|
|
* Copyright (C) 2014, Bin Meng <bmeng.cn@gmail.com>
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: GPL-2.0+
|
|
|
|
*/
|
|
|
|
|
|
|
|
/dts-v1/;
|
|
|
|
|
2015-05-26 05:27:37 +00:00
|
|
|
#include <dt-bindings/gpio/x86-gpio.h>
|
|
|
|
|
2015-01-28 05:13:47 +00:00
|
|
|
/include/ "skeleton.dtsi"
|
|
|
|
/include/ "serial.dtsi"
|
|
|
|
|
|
|
|
/ {
|
|
|
|
model = "Intel Minnowboard Max";
|
|
|
|
compatible = "intel,minnowmax", "intel,baytrail";
|
|
|
|
|
|
|
|
aliases {
|
|
|
|
serial0 = &serial;
|
2015-04-15 04:00:11 +00:00
|
|
|
spi0 = "/spi";
|
2015-01-28 05:13:47 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
config {
|
|
|
|
silent_console = <0>;
|
|
|
|
};
|
|
|
|
|
2015-05-26 05:27:37 +00:00
|
|
|
pch_pinctrl {
|
|
|
|
compatible = "intel,x86-pinctrl";
|
|
|
|
io-base = <0x4c>;
|
|
|
|
|
|
|
|
pin_usb_host_en0@0 {
|
|
|
|
gpio-offset = <0x80 8>;
|
|
|
|
pad-offset = <0x260>;
|
|
|
|
mode-gpio;
|
|
|
|
output-value = <1>;
|
|
|
|
direction = <PIN_OUTPUT>;
|
|
|
|
};
|
|
|
|
|
|
|
|
pin_usb_host_en1@0 {
|
|
|
|
gpio-offset = <0x80 9>;
|
|
|
|
pad-offset = <0x258>;
|
|
|
|
mode-gpio;
|
|
|
|
output-value = <1>;
|
|
|
|
direction = <PIN_OUTPUT>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2015-04-25 20:16:57 +00:00
|
|
|
gpioa {
|
|
|
|
compatible = "intel,ich6-gpio";
|
|
|
|
u-boot,dm-pre-reloc;
|
|
|
|
reg = <0 0x20>;
|
|
|
|
bank-name = "A";
|
|
|
|
};
|
|
|
|
|
|
|
|
gpiob {
|
|
|
|
compatible = "intel,ich6-gpio";
|
|
|
|
u-boot,dm-pre-reloc;
|
|
|
|
reg = <0x20 0x20>;
|
|
|
|
bank-name = "B";
|
|
|
|
};
|
|
|
|
|
|
|
|
gpioc {
|
|
|
|
compatible = "intel,ich6-gpio";
|
|
|
|
u-boot,dm-pre-reloc;
|
|
|
|
reg = <0x40 0x20>;
|
|
|
|
bank-name = "C";
|
|
|
|
};
|
|
|
|
|
|
|
|
gpiod {
|
|
|
|
compatible = "intel,ich6-gpio";
|
|
|
|
u-boot,dm-pre-reloc;
|
|
|
|
reg = <0x60 0x20>;
|
|
|
|
bank-name = "D";
|
|
|
|
};
|
|
|
|
|
|
|
|
gpioe {
|
|
|
|
compatible = "intel,ich6-gpio";
|
|
|
|
u-boot,dm-pre-reloc;
|
|
|
|
reg = <0x80 0x20>;
|
|
|
|
bank-name = "E";
|
|
|
|
};
|
|
|
|
|
|
|
|
gpiof {
|
|
|
|
compatible = "intel,ich6-gpio";
|
|
|
|
u-boot,dm-pre-reloc;
|
|
|
|
reg = <0xA0 0x20>;
|
|
|
|
bank-name = "F";
|
|
|
|
};
|
|
|
|
|
2015-01-28 05:13:47 +00:00
|
|
|
chosen {
|
|
|
|
stdout-path = "/serial";
|
|
|
|
};
|
|
|
|
|
2015-04-30 04:26:03 +00:00
|
|
|
cpus {
|
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <0>;
|
|
|
|
|
|
|
|
cpu@0 {
|
|
|
|
device_type = "cpu";
|
|
|
|
compatible = "intel,baytrail-cpu";
|
|
|
|
reg = <0>;
|
|
|
|
intel,apic-id = <0>;
|
|
|
|
};
|
|
|
|
|
|
|
|
cpu@1 {
|
|
|
|
device_type = "cpu";
|
|
|
|
compatible = "intel,baytrail-cpu";
|
|
|
|
reg = <1>;
|
|
|
|
intel,apic-id = <4>;
|
|
|
|
};
|
|
|
|
|
|
|
|
};
|
|
|
|
|
2015-07-04 00:28:26 +00:00
|
|
|
pci {
|
|
|
|
compatible = "intel,pci-baytrail", "pci-x86";
|
|
|
|
#address-cells = <3>;
|
|
|
|
#size-cells = <2>;
|
|
|
|
u-boot,dm-pre-reloc;
|
|
|
|
ranges = <0x02000000 0x0 0xd0000000 0xd0000000 0 0x10000000
|
|
|
|
0x42000000 0x0 0xc0000000 0xc0000000 0 0x10000000
|
|
|
|
0x01000000 0x0 0x2000 0x2000 0 0xe000>;
|
|
|
|
};
|
|
|
|
|
2015-01-28 05:13:47 +00:00
|
|
|
spi {
|
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <0>;
|
2015-04-15 04:00:11 +00:00
|
|
|
compatible = "intel,ich-spi";
|
2015-01-28 05:13:47 +00:00
|
|
|
spi-flash@0 {
|
|
|
|
reg = <0>;
|
2015-04-25 15:13:11 +00:00
|
|
|
compatible = "stmicro,n25q064a", "spi-flash";
|
2015-01-28 05:13:47 +00:00
|
|
|
memory-map = <0xff800000 0x00800000>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
microcode {
|
|
|
|
update@0 {
|
|
|
|
#include "microcode/m0130673322.dtsi"
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
};
|