~ubuntu-branches/ubuntu/saucy/linux-ti-omap4/saucy-proposed

« back to all changes in this revision

Viewing changes to arch/arm/boot/dts/imx6q-sabresd.dts

  • Committer: Package Import Robot
  • Author(s): Paolo Pisati, Paolo Pisati, Stefan Bader, Upstream Kernel Changes
  • Date: 2012-08-15 17:17:43 UTC
  • Revision ID: package-import@ubuntu.com-20120815171743-h5wnuf51xe7pvdid
Tags: 3.5.0-207.13
[ Paolo Pisati ]

* Start new release

[ Stefan Bader ]

* (config) Enable getabis to use local package copies

[ Upstream Kernel Changes ]

* fixup: gargabe collect iva_seq[0|1] init
* [Config] enable all SND_OMAP_SOC_*s
* fixup: cm2xxx_3xxx.o is needed for omap2_cm_read|write_reg
* fixup: add some snd_soc_dai* helper functions
* fixup: s/snd_soc_dpcm_params/snd_soc_dpcm/g
* fixup: typo, no_host_mode and useless SDP4430 init
* fixup: enable again aess hwmod

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * Copyright 2012 Freescale Semiconductor, Inc.
 
3
 * Copyright 2011 Linaro Ltd.
 
4
 *
 
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:
 
8
 *
 
9
 * http://www.opensource.org/licenses/gpl-license.html
 
10
 * http://www.gnu.org/copyleft/gpl.html
 
11
 */
 
12
 
 
13
/dts-v1/;
 
14
/include/ "imx6q.dtsi"
 
15
 
 
16
/ {
 
17
        model = "Freescale i.MX6Q SABRE Smart Device Board";
 
18
        compatible = "fsl,imx6q-sabresd", "fsl,imx6q";
 
19
 
 
20
        memory {
 
21
                reg = <0x10000000 0x40000000>;
 
22
        };
 
23
 
 
24
        soc {
 
25
 
 
26
                aips-bus@02000000 { /* AIPS1 */
 
27
                        spba-bus@02000000 {
 
28
                                uart1: serial@02020000 {
 
29
                                        status = "okay";
 
30
                                };
 
31
                        };
 
32
                };
 
33
 
 
34
                aips-bus@02100000 { /* AIPS2 */
 
35
                        ethernet@02188000 {
 
36
                                phy-mode = "rgmii";
 
37
                                status = "okay";
 
38
                        };
 
39
 
 
40
                        usdhc@02194000 { /* uSDHC2 */
 
41
                                cd-gpios = <&gpio2 2 0>;
 
42
                                wp-gpios = <&gpio2 3 0>;
 
43
                                status = "okay";
 
44
                        };
 
45
 
 
46
                        usdhc@02198000 { /* uSDHC3 */
 
47
                                cd-gpios = <&gpio2 0 0>;
 
48
                                wp-gpios = <&gpio2 1 0>;
 
49
                                status = "okay";
 
50
                        };
 
51
                };
 
52
        };
 
53
};