2 * at91-sam9_l9260.dts - Device Tree file for Olimex SAM9-L9260 board
4 * Copyright (C) 2016 Raashid Muhammed <raashidmuhammed@zilogic.com>
6 * Licensed under GPLv2 or later.
9 #include "at91sam9260.dtsi"
12 model = "Olimex sam9-l9260";
13 compatible = "olimex,sam9-l9260", "atmel,at91sam9260", "atmel,at91sam9";
16 stdout-path = "serial0:115200n8";
20 reg = <0x20000000 0x4000000>;
25 clock-frequency = <32768>;
29 clock-frequency = <18432000>;
39 &pinctrl_mmc0_slot1_cmd_dat0
40 &pinctrl_mmc0_slot1_dat1_3>;
46 cd-gpios = <&pioC 8 GPIO_ACTIVE_HIGH>;
47 wp-gpios = <&pioC 4 GPIO_ACTIVE_HIGH>;
51 macb0: ethernet@fffc4000 {
52 pinctrl-0 = <&pinctrl_macb_rmii &pinctrl_macb_rmii_mii_alt>;
64 cs-gpios = <&pioC 11 0>, <0>, <0>, <0>;
68 compatible = "atmel,at45", "atmel,dataflash";
69 spi-max-frequency = <15000000>;
74 dbgu: serial@fffff200 {
80 pinctrl_board_mmc0: mmc0-board {
82 <AT91_PIOC 8 AT91_PERIPH_GPIO AT91_PINCTRL_PULL_UP_DEGLITCH /* CD pin */
83 AT91_PIOC 4 AT91_PERIPH_GPIO AT91_PINCTRL_PULL_UP>; /* WP pin */
89 nand0: nand@40000000 {
91 nand-ecc-mode = "soft";
92 nand-on-flash-bbt = <1>;
107 compatible = "gpio-leds";
110 label = "sam9-l9260:yellow:pwr";
111 gpios = <&pioA 9 GPIO_ACTIVE_HIGH>;
112 linux,default-trigger = "cpu0";
116 label = "sam9-l9260:green:status";
117 gpios = <&pioA 6 GPIO_ACTIVE_LOW>;
118 linux,default-trigger = "timer";