Richard Zhao | 3c8276c | 2011-12-14 09:26:46 +0800 | [diff] [blame] | 1 | /* |
| 2 | * Copyright 2011 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.MX6 Quad SABRE Lite Board"; |
| 18 | compatible = "fsl,imx6q-sabrelite", "fsl,imx6q"; |
| 19 | |
| 20 | memory { |
| 21 | reg = <0x10000000 0x40000000>; |
| 22 | }; |
| 23 | |
| 24 | soc { |
Fabio Estevam | f07439c | 2012-04-24 20:35:36 -0300 | [diff] [blame] | 25 | aips-bus@02000000 { /* AIPS1 */ |
| 26 | spba-bus@02000000 { |
| 27 | ecspi@02008000 { /* eCSPI1 */ |
| 28 | fsl,spi-num-chipselects = <1>; |
| 29 | cs-gpios = <&gpio3 19 0>; |
| 30 | status = "okay"; |
| 31 | |
| 32 | flash: m25p80@0 { |
| 33 | compatible = "sst,sst25vf016b"; |
| 34 | spi-max-frequency = <20000000>; |
| 35 | reg = <0>; |
| 36 | }; |
| 37 | }; |
Richard Zhao | b1a5da8 | 2012-05-02 10:29:10 +0800 | [diff] [blame^] | 38 | |
| 39 | ssi1: ssi@02028000 { |
| 40 | fsl,mode = "i2s-slave"; |
| 41 | status = "okay"; |
| 42 | }; |
Fabio Estevam | f07439c | 2012-04-24 20:35:36 -0300 | [diff] [blame] | 43 | }; |
| 44 | |
| 45 | }; |
| 46 | |
Richard Zhao | 3c8276c | 2011-12-14 09:26:46 +0800 | [diff] [blame] | 47 | aips-bus@02100000 { /* AIPS2 */ |
Shawn Guo | 0c456cf | 2012-04-02 14:39:26 +0800 | [diff] [blame] | 48 | ethernet@02188000 { |
Richard Zhao | 3c8276c | 2011-12-14 09:26:46 +0800 | [diff] [blame] | 49 | phy-mode = "rgmii"; |
| 50 | phy-reset-gpios = <&gpio3 23 0>; |
| 51 | status = "okay"; |
| 52 | }; |
| 53 | |
| 54 | usdhc@02198000 { /* uSDHC3 */ |
| 55 | cd-gpios = <&gpio7 0 0>; |
| 56 | wp-gpios = <&gpio7 1 0>; |
Shawn Guo | 6f6ea937 | 2012-02-27 17:15:12 +0800 | [diff] [blame] | 57 | vmmc-supply = <®_3p3v>; |
Richard Zhao | 3c8276c | 2011-12-14 09:26:46 +0800 | [diff] [blame] | 58 | status = "okay"; |
| 59 | }; |
| 60 | |
| 61 | usdhc@0219c000 { /* uSDHC4 */ |
| 62 | cd-gpios = <&gpio2 6 0>; |
| 63 | wp-gpios = <&gpio2 7 0>; |
Shawn Guo | 6f6ea937 | 2012-02-27 17:15:12 +0800 | [diff] [blame] | 64 | vmmc-supply = <®_3p3v>; |
Richard Zhao | 3c8276c | 2011-12-14 09:26:46 +0800 | [diff] [blame] | 65 | status = "okay"; |
| 66 | }; |
| 67 | |
Shawn Guo | 0c456cf | 2012-04-02 14:39:26 +0800 | [diff] [blame] | 68 | uart2: serial@021e8000 { |
Richard Zhao | 3c8276c | 2011-12-14 09:26:46 +0800 | [diff] [blame] | 69 | status = "okay"; |
| 70 | }; |
Richard Zhao | adcec4c | 2012-02-02 10:12:03 +0800 | [diff] [blame] | 71 | |
| 72 | i2c@021a0000 { /* I2C1 */ |
| 73 | status = "okay"; |
| 74 | clock-frequency = <100000>; |
| 75 | |
| 76 | codec: sgtl5000@0a { |
| 77 | compatible = "fsl,sgtl5000"; |
| 78 | reg = <0x0a>; |
| 79 | VDDA-supply = <®_2p5v>; |
| 80 | VDDIO-supply = <®_3p3v>; |
| 81 | }; |
| 82 | }; |
Richard Zhao | 3c8276c | 2011-12-14 09:26:46 +0800 | [diff] [blame] | 83 | }; |
| 84 | }; |
Richard Zhao | cf37a8e | 2012-02-02 10:12:02 +0800 | [diff] [blame] | 85 | |
| 86 | regulators { |
| 87 | compatible = "simple-bus"; |
| 88 | |
| 89 | reg_2p5v: 2p5v { |
| 90 | compatible = "regulator-fixed"; |
| 91 | regulator-name = "2P5V"; |
| 92 | regulator-min-microvolt = <2500000>; |
| 93 | regulator-max-microvolt = <2500000>; |
| 94 | regulator-always-on; |
| 95 | }; |
| 96 | |
| 97 | reg_3p3v: 3p3v { |
| 98 | compatible = "regulator-fixed"; |
| 99 | regulator-name = "3P3V"; |
| 100 | regulator-min-microvolt = <3300000>; |
| 101 | regulator-max-microvolt = <3300000>; |
| 102 | regulator-always-on; |
| 103 | }; |
| 104 | }; |
Richard Zhao | 3c8276c | 2011-12-14 09:26:46 +0800 | [diff] [blame] | 105 | }; |