2 * Copyright 2011 Freescale Semiconductor, Inc.
3 * Copyright 2011 Linaro Ltd.
5 * The code contained herein is licensed under the GNU General Public
6 * License. You may obtain a copy of the GNU General Public License
7 * Version 2 or later at the following locations:
9 * http://www.opensource.org/licenses/gpl-license.html
10 * http://www.gnu.org/copyleft/gpl.html
14 /include/ "imx51.dtsi"
17 model = "Freescale i.MX51 Babbage Board";
18 compatible = "fsl,imx51-babbage", "fsl,imx51";
21 bootargs = "console=ttymxc0,115200 root=/dev/mmcblk0p3 rootwait";
25 reg = <0x90000000 0x20000000>;
29 aips@70000000 { /* aips-1 */
31 esdhc@70004000 { /* ESDHC1 */
37 esdhc@70008000 { /* ESDHC2 */
38 cd-gpios = <&gpio0 6 0>; /* GPIO1_6 */
39 wp-gpios = <&gpio0 5 0>; /* GPIO1_5 */
43 uart2: uart@7000c000 { /* UART3 */
48 ecspi@70010000 { /* ECSPI1 */
49 fsl,spi-num-chipselects = <2>;
50 cs-gpios = <&gpio3 24 0>, /* GPIO4_24 */
51 <&gpio3 25 0>; /* GPIO4_25 */
57 compatible = "fsl,mc13892";
58 spi-max-frequency = <6000000>;
60 mc13xxx-irq-gpios = <&gpio0 8 0>; /* GPIO1_8 */
61 fsl,mc13xxx-uses-regulator;
67 compatible = "atmel,at45db321d", "atmel,at45", "atmel,dataflash";
68 spi-max-frequency = <25000000>;
79 reg = <0x40000 0x3c0000>;
85 wdog@73f98000 { /* WDOG1 */
90 compatible = "fsl,imx51-iomuxc-babbage";
91 reg = <0x73fa8000 0x4000>;
94 uart0: uart@73fbc000 {
99 uart1: uart@73fc0000 {
104 aips@80000000 { /* aips-2 */
106 fsl,sdma-ram-script-name = "imx/sdma/sdma-imx51.bin";
109 i2c@83fc4000 { /* I2C2 */
113 compatible = "fsl,sgtl5000";
126 compatible = "gpio-keys";
129 label = "Power Button";
130 gpios = <&gpio1 21 0>;
131 linux,code = <116>; /* KEY_POWER */