2 * Device tree for EFM32GG-DK3750 development board.
4 * Documentation available from
5 * http://www.silabs.com/Support%20Documents/TechnicalDocs/efm32gg-dk3750-ug.pdf
9 #include "efm32gg.dtsi"
12 model = "Energy Micro Giant Gecko Development Kit";
13 compatible = "efm32,dk3750";
16 bootargs = "console=ttyefm4,115200 init=/linuxrc ignore_loglevel ihash_entries=64 dhash_entries=64 earlyprintk uclinux.physaddr=0x8c400000 root=/dev/mtdblock0";
20 reg = <0x88000000 0x400000>;
33 compatible = "st,stds75";
38 compatible = "microchip,24c02";
44 spi0: spi@4000c000 { /* USART0 */
45 cs-gpios = <&gpio 68 1>; // E4
50 compatible = "mmc-spi-slot";
51 spi-max-frequency = <100000>;
52 voltage-ranges = <3200 3400>;
58 spi1: spi@4000c400 { /* USART1 */
59 cs-gpios = <&gpio 51 1>; // D3
64 compatible = "ks8851";
65 spi-max-frequency = <6000000>;
67 interrupt-parent = <&boardfpga>;
72 uart4: uart@4000e400 { /* UART1 */
77 boardfpga: boardfpga {
78 compatible = "efm32board";
79 reg = <0x80000000 0x400>;
80 irq-gpios = <&gpio 64 1>;
82 #interrupt-cells = <1>;