Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid
[firefly-linux-kernel-4.4.55.git] / arch / arm / boot / dts / at91sam9n12ek.dts
1 /*
2  * at91sam9n12ek.dts - Device Tree file for AT91SAM9N12-EK board
3  *
4  *  Copyright (C) 2012 Atmel,
5  *                2012 Hong Xu <hong.xu@atmel.com>
6  *
7  * Licensed under GPLv2 or later.
8  */
9 /dts-v1/;
10 /include/ "at91sam9n12.dtsi"
11
12 / {
13         model = "Atmel AT91SAM9N12-EK";
14         compatible = "atmel,at91sam9n12ek", "atmel,at91sam9n12", "atmel,at91sam9";
15
16         chosen {
17                 bootargs = "mem=128M console=ttyS0,115200 root=/dev/mtdblock1 rw rootfstype=jffs2";
18         };
19
20         memory {
21                 reg = <0x20000000 0x10000000>;
22         };
23
24         clocks {
25                 #address-cells = <1>;
26                 #size-cells = <1>;
27                 ranges;
28
29                 main_clock: clock@0 {
30                         compatible = "atmel,osc", "fixed-clock";
31                         clock-frequency = <16000000>;
32                 };
33         };
34
35         ahb {
36                 apb {
37                         dbgu: serial@fffff200 {
38                                 status = "okay";
39                         };
40
41                         i2c0: i2c@f8010000 {
42                                 status = "okay";
43                         };
44
45                         i2c1: i2c@f8014000 {
46                                 status = "okay";
47                         };
48
49                         mmc0: mmc@f0008000 {
50                                 pinctrl-0 = <
51                                         &pinctrl_board_mmc0
52                                         &pinctrl_mmc0_slot0_clk_cmd_dat0
53                                         &pinctrl_mmc0_slot0_dat1_3>;
54                                 status = "okay";
55                                 slot@0 {
56                                         reg = <0>;
57                                         bus-width = <4>;
58                                         cd-gpios = <&pioA 7 0>;
59                                 };
60                         };
61
62                         pinctrl@fffff400 {
63                                 mmc0 {
64                                         pinctrl_board_mmc0: mmc0-board {
65                                                 atmel,pins =
66                                                         <0 7 0x0 0x5>;  /* PA7 gpio CD pin pull up and deglitch */
67                                         };
68                                 };
69                         };
70                 };
71
72                 nand0: nand@40000000 {
73                         nand-bus-width = <8>;
74                         nand-ecc-mode = "soft";
75                         nand-on-flash-bbt;
76                         status = "okay";
77                 };
78         };
79
80         leds {
81                 compatible = "gpio-leds";
82
83                 d8 {
84                         label = "d8";
85                         gpios = <&pioB 4 1>;
86                         linux,default-trigger = "mmc0";
87                 };
88
89                 d9 {
90                         label = "d6";
91                         gpios = <&pioB 5 1>;
92                         linux,default-trigger = "nand-disk";
93                 };
94
95                 d10 {
96                         label = "d7";
97                         gpios = <&pioB 6 0>;
98                         linux,default-trigger = "heartbeat";
99                 };
100         };
101
102         gpio_keys {
103                 compatible = "gpio-keys";
104                 #address-cells = <1>;
105                 #size-cells = <0>;
106
107                 enter {
108                         label = "Enter";
109                         gpios = <&pioB 4 1>;
110                         linux,code = <28>;
111                         gpio-key,wakeup;
112                 };
113         };
114 };