2011-10-10 16:29:24 +00:00
|
|
|
/*
|
|
|
|
* at91sam9m10g45ek.dts - Device Tree file for AT91SAM9M10G45-EK board
|
|
|
|
*
|
|
|
|
* Copyright (C) 2011 Atmel,
|
|
|
|
* 2011 Nicolas Ferre <nicolas.ferre@atmel.com>
|
|
|
|
*
|
|
|
|
* Licensed under GPLv2 or later.
|
|
|
|
*/
|
|
|
|
/dts-v1/;
|
2013-05-14 17:21:50 +00:00
|
|
|
#include "at91sam9g45.dtsi"
|
2011-10-10 16:29:24 +00:00
|
|
|
|
|
|
|
/ {
|
|
|
|
model = "Atmel AT91SAM9M10G45-EK";
|
|
|
|
compatible = "atmel,at91sam9m10g45ek", "atmel,at91sam9g45", "atmel,at91sam9";
|
|
|
|
|
|
|
|
chosen {
|
2012-01-25 18:11:06 +00:00
|
|
|
bootargs = "mem=64M console=ttyS0,115200 root=/dev/mtdblock1 rw rootfstype=jffs2";
|
2011-10-10 16:29:24 +00:00
|
|
|
};
|
|
|
|
|
2012-04-02 18:44:20 +00:00
|
|
|
memory {
|
2011-10-10 16:29:24 +00:00
|
|
|
reg = <0x70000000 0x4000000>;
|
|
|
|
};
|
|
|
|
|
2012-03-02 12:44:23 +00:00
|
|
|
clocks {
|
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <1>;
|
|
|
|
ranges;
|
|
|
|
|
|
|
|
main_clock: clock@0 {
|
|
|
|
compatible = "atmel,osc", "fixed-clock";
|
|
|
|
clock-frequency = <12000000>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2011-10-10 16:29:24 +00:00
|
|
|
ahb {
|
|
|
|
apb {
|
|
|
|
dbgu: serial@ffffee00 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
usart1: serial@fff90000 {
|
2012-11-18 23:30:01 +00:00
|
|
|
pinctrl-0 =
|
|
|
|
<&pinctrl_usart1
|
|
|
|
&pinctrl_usart1_rts
|
|
|
|
&pinctrl_usart1_cts>;
|
2011-10-10 16:29:24 +00:00
|
|
|
status = "okay";
|
|
|
|
};
|
2011-12-05 17:03:05 +00:00
|
|
|
|
|
|
|
macb0: ethernet@fffbc000 {
|
|
|
|
phy-mode = "rmii";
|
|
|
|
status = "okay";
|
|
|
|
};
|
2012-09-12 06:42:17 +00:00
|
|
|
|
|
|
|
i2c0: i2c@fff84000 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
i2c1: i2c@fff88000 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
2012-11-19 11:24:02 +00:00
|
|
|
|
|
|
|
mmc0: mmc@fff80000 {
|
2012-11-19 16:38:18 +00:00
|
|
|
pinctrl-0 = <
|
|
|
|
&pinctrl_board_mmc0
|
|
|
|
&pinctrl_mmc0_slot0_clk_cmd_dat0
|
|
|
|
&pinctrl_mmc0_slot0_dat1_3>;
|
2012-11-19 11:24:02 +00:00
|
|
|
status = "okay";
|
|
|
|
slot@0 {
|
|
|
|
reg = <0>;
|
|
|
|
bus-width = <4>;
|
2013-04-24 00:34:25 +00:00
|
|
|
cd-gpios = <&pioD 10 GPIO_ACTIVE_HIGH>;
|
2012-11-19 11:24:02 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
mmc1: mmc@fffd0000 {
|
2012-11-19 16:38:18 +00:00
|
|
|
pinctrl-0 = <
|
|
|
|
&pinctrl_board_mmc1
|
|
|
|
&pinctrl_mmc1_slot0_clk_cmd_dat0
|
|
|
|
&pinctrl_mmc1_slot0_dat1_3>;
|
2012-11-19 11:24:02 +00:00
|
|
|
status = "okay";
|
|
|
|
slot@0 {
|
|
|
|
reg = <0>;
|
|
|
|
bus-width = <4>;
|
2013-04-24 00:34:25 +00:00
|
|
|
cd-gpios = <&pioD 11 GPIO_ACTIVE_HIGH>;
|
|
|
|
wp-gpios = <&pioD 29 GPIO_ACTIVE_HIGH>;
|
2012-11-19 11:24:02 +00:00
|
|
|
};
|
|
|
|
};
|
2012-11-19 16:38:18 +00:00
|
|
|
|
|
|
|
pinctrl@fffff200 {
|
|
|
|
mmc0 {
|
|
|
|
pinctrl_board_mmc0: mmc0-board {
|
|
|
|
atmel,pins =
|
2013-04-24 00:34:25 +00:00
|
|
|
<AT91_PIOD 10 AT91_PERIPH_GPIO AT91_PINCTRL_PULL_UP_DEGLITCH>; /* PD10 gpio CD pin pull up and deglitch */
|
2012-11-19 16:38:18 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
mmc1 {
|
|
|
|
pinctrl_board_mmc1: mmc1-board {
|
|
|
|
atmel,pins =
|
2013-04-24 00:34:25 +00:00
|
|
|
<AT91_PIOD 11 AT91_PERIPH_GPIO AT91_PINCTRL_PULL_UP_DEGLITCH /* PD11 gpio CD pin pull up and deglitch */
|
|
|
|
AT91_PIOD 29 AT91_PERIPH_GPIO AT91_PINCTRL_PULL_UP>; /* PD29 gpio WP pin pull up */
|
2012-11-19 16:38:18 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
2013-04-03 06:03:05 +00:00
|
|
|
|
|
|
|
spi0: spi@fffa4000{
|
|
|
|
status = "okay";
|
|
|
|
cs-gpios = <&pioB 3 0>, <0>, <0>, <0>;
|
|
|
|
mtd_dataflash@0 {
|
|
|
|
compatible = "atmel,at45", "atmel,dataflash";
|
|
|
|
spi-max-frequency = <13000000>;
|
|
|
|
reg = <0>;
|
|
|
|
};
|
|
|
|
};
|
2011-10-10 16:29:24 +00:00
|
|
|
};
|
2012-01-25 18:11:06 +00:00
|
|
|
|
|
|
|
nand0: nand@40000000 {
|
|
|
|
nand-bus-width = <8>;
|
|
|
|
nand-ecc-mode = "soft";
|
|
|
|
nand-on-flash-bbt;
|
|
|
|
status = "okay";
|
|
|
|
|
|
|
|
boot@0 {
|
|
|
|
label = "bootstrap/uboot/kernel";
|
|
|
|
reg = <0x0 0x400000>;
|
|
|
|
};
|
|
|
|
|
|
|
|
rootfs@400000 {
|
|
|
|
label = "rootfs";
|
|
|
|
reg = <0x400000 0x3C00000>;
|
|
|
|
};
|
|
|
|
|
|
|
|
data@4000000 {
|
|
|
|
label = "data";
|
|
|
|
reg = <0x4000000 0xC000000>;
|
|
|
|
};
|
2011-11-20 22:55:18 +00:00
|
|
|
};
|
2012-01-25 18:11:06 +00:00
|
|
|
|
2011-11-20 22:55:18 +00:00
|
|
|
usb0: ohci@00700000 {
|
|
|
|
status = "okay";
|
|
|
|
num-ports = <2>;
|
2013-04-24 00:34:25 +00:00
|
|
|
atmel,vbus-gpio = <&pioD 1 GPIO_ACTIVE_LOW
|
|
|
|
&pioD 3 GPIO_ACTIVE_LOW>;
|
2012-01-25 18:11:06 +00:00
|
|
|
};
|
2011-11-22 04:11:13 +00:00
|
|
|
|
|
|
|
usb1: ehci@00800000 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
2011-10-10 16:29:24 +00:00
|
|
|
};
|
2012-02-04 04:26:01 +00:00
|
|
|
|
|
|
|
leds {
|
|
|
|
compatible = "gpio-leds";
|
|
|
|
|
|
|
|
d8 {
|
|
|
|
label = "d8";
|
2013-04-24 00:34:25 +00:00
|
|
|
gpios = <&pioD 30 GPIO_ACTIVE_HIGH>;
|
2012-02-04 04:26:01 +00:00
|
|
|
linux,default-trigger = "heartbeat";
|
|
|
|
};
|
|
|
|
|
|
|
|
d6 {
|
|
|
|
label = "d6";
|
2013-04-24 00:34:25 +00:00
|
|
|
gpios = <&pioD 0 GPIO_ACTIVE_LOW>;
|
2012-02-04 04:26:01 +00:00
|
|
|
linux,default-trigger = "nand-disk";
|
|
|
|
};
|
|
|
|
|
|
|
|
d7 {
|
|
|
|
label = "d7";
|
2013-04-24 00:34:25 +00:00
|
|
|
gpios = <&pioD 31 GPIO_ACTIVE_LOW>;
|
2012-02-04 04:26:01 +00:00
|
|
|
linux,default-trigger = "mmc0";
|
|
|
|
};
|
|
|
|
};
|
2012-02-04 04:42:35 +00:00
|
|
|
|
|
|
|
gpio_keys {
|
|
|
|
compatible = "gpio-keys";
|
|
|
|
|
|
|
|
left_click {
|
|
|
|
label = "left_click";
|
2013-04-24 00:34:25 +00:00
|
|
|
gpios = <&pioB 6 GPIO_ACTIVE_LOW>;
|
2012-02-04 04:42:35 +00:00
|
|
|
linux,code = <272>;
|
|
|
|
gpio-key,wakeup;
|
|
|
|
};
|
|
|
|
|
|
|
|
right_click {
|
|
|
|
label = "right_click";
|
2013-04-24 00:34:25 +00:00
|
|
|
gpios = <&pioB 7 GPIO_ACTIVE_LOW>;
|
2012-02-04 04:42:35 +00:00
|
|
|
linux,code = <273>;
|
|
|
|
gpio-key,wakeup;
|
|
|
|
};
|
|
|
|
|
|
|
|
left {
|
|
|
|
label = "Joystick Left";
|
2013-04-24 00:34:25 +00:00
|
|
|
gpios = <&pioB 14 GPIO_ACTIVE_LOW>;
|
2012-02-04 04:42:35 +00:00
|
|
|
linux,code = <105>;
|
|
|
|
};
|
|
|
|
|
|
|
|
right {
|
|
|
|
label = "Joystick Right";
|
2013-04-24 00:34:25 +00:00
|
|
|
gpios = <&pioB 15 GPIO_ACTIVE_LOW>;
|
2012-02-04 04:42:35 +00:00
|
|
|
linux,code = <106>;
|
|
|
|
};
|
|
|
|
|
|
|
|
up {
|
|
|
|
label = "Joystick Up";
|
2013-04-24 00:34:25 +00:00
|
|
|
gpios = <&pioB 16 GPIO_ACTIVE_LOW>;
|
2012-02-04 04:42:35 +00:00
|
|
|
linux,code = <103>;
|
|
|
|
};
|
|
|
|
|
|
|
|
down {
|
|
|
|
label = "Joystick Down";
|
2013-04-24 00:34:25 +00:00
|
|
|
gpios = <&pioB 17 GPIO_ACTIVE_LOW>;
|
2012-02-04 04:42:35 +00:00
|
|
|
linux,code = <108>;
|
|
|
|
};
|
|
|
|
|
|
|
|
enter {
|
|
|
|
label = "Joystick Press";
|
2013-04-24 00:34:25 +00:00
|
|
|
gpios = <&pioB 18 GPIO_ACTIVE_LOW>;
|
2012-02-04 04:42:35 +00:00
|
|
|
linux,code = <28>;
|
|
|
|
};
|
|
|
|
};
|
2011-10-10 16:29:24 +00:00
|
|
|
};
|