X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=arch%2Fx86%2Fdts%2Fgalileo.dts;h=60dbc5f8a30c657dcb112fb56faf22ed46e718cf;hb=d81572c272d4b0980fb9b8a02e1357090b002398;hp=14a19c3ec33fea5d4b205484667df9cfb93d3be2;hpb=afee3fb8c807e1ac9713ecb31d895008e3b5251a;p=u-boot diff --git a/arch/x86/dts/galileo.dts b/arch/x86/dts/galileo.dts index 14a19c3ec3..60dbc5f8a3 100644 --- a/arch/x86/dts/galileo.dts +++ b/arch/x86/dts/galileo.dts @@ -6,12 +6,18 @@ /dts-v1/; +#include + /include/ "skeleton.dtsi" / { model = "Intel Galileo"; compatible = "intel,galileo", "intel,quark"; + aliases { + spi0 = "/spi"; + }; + config { silent_console = <0>; }; @@ -20,6 +26,29 @@ stdout-path = &pciuart0; }; + mrc { + compatible = "intel,quark-mrc"; + flags = ; + dram-width = ; + dram-speed = ; + dram-type = ; + rank-mask = ; + chan-mask = ; + chan-width = ; + addr-mode = ; + refresh-rate = ; + sr-temp-range = ; + ron-value = ; + rtt-nom-value = ; + rd-odt-value = ; + dram-density = ; + dram-cl = <6>; + dram-ras = <0x0000927c>; + dram-wtr = <0x00002710>; + dram-rrd = <0x00002710>; + dram-faw = <0x00009c40>; + }; + pci { #address-cells = <3>; #size-cells = <2>; @@ -40,4 +69,31 @@ }; }; + 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"; + }; + + spi { + #address-cells = <1>; + #size-cells = <0>; + compatible = "intel,ich-spi"; + spi-flash@0 { + #size-cells = <1>; + #address-cells = <1>; + reg = <0>; + compatible = "winbond,w25q64", "spi-flash"; + memory-map = <0xff800000 0x00800000>; + }; + }; + };