Kumar Gala | f335b8a | 2014-04-03 14:48:22 -0500 | [diff] [blame] | 1 | #include "qcom-apq8064-v2.0.dtsi" |
| 2 | |
| 3 | / { |
| 4 | model = "Qualcomm APQ8064/IFC6410"; |
| 5 | compatible = "qcom,apq8064-ifc6410", "qcom,apq8064"; |
| 6 | |
| 7 | soc { |
kiran.padwal@smartplayin.com | 8c3166f | 2014-09-17 16:00:25 +0530 | [diff] [blame^] | 8 | pinctrl@800000 { |
| 9 | i2c1_pins: i2c1 { |
| 10 | mux { |
| 11 | pins = "gpio20", "gpio21"; |
| 12 | function = "gsbi1"; |
| 13 | }; |
| 14 | }; |
| 15 | }; |
| 16 | |
| 17 | gsbi@12440000 { |
| 18 | status = "okay"; |
| 19 | qcom,mode = <GSBI_PROT_I2C>; |
| 20 | |
| 21 | i2c@12460000 { |
| 22 | status = "okay"; |
| 23 | clock-frequency = <200000>; |
| 24 | pinctrl-0 = <&i2c1_pins>; |
| 25 | pinctrl-names = "default"; |
| 26 | |
| 27 | eeprom: eeprom@52 { |
| 28 | compatible = "atmel,24c128"; |
| 29 | reg = <0x52>; |
| 30 | pagesize = <32>; |
| 31 | }; |
| 32 | }; |
| 33 | }; |
| 34 | |
Kumar Gala | f335b8a | 2014-04-03 14:48:22 -0500 | [diff] [blame] | 35 | gsbi@16600000 { |
| 36 | status = "ok"; |
| 37 | qcom,mode = <GSBI_PROT_I2C_UART>; |
| 38 | serial@16640000 { |
| 39 | status = "ok"; |
| 40 | }; |
| 41 | }; |
Srinivas Kandagatla | 045644f | 2014-04-29 08:33:52 +0100 | [diff] [blame] | 42 | |
| 43 | amba { |
| 44 | /* eMMC */ |
| 45 | sdcc1: sdcc@12400000 { |
| 46 | status = "okay"; |
| 47 | }; |
| 48 | |
| 49 | /* External micro SD card */ |
| 50 | sdcc3: sdcc@12180000 { |
| 51 | status = "okay"; |
| 52 | }; |
Srinivas Kandagatla | 0be5fef | 2014-09-17 06:39:35 +0100 | [diff] [blame] | 53 | /* WLAN */ |
| 54 | sdcc4: sdcc@121c0000 { |
| 55 | status = "okay"; |
| 56 | }; |
Srinivas Kandagatla | 045644f | 2014-04-29 08:33:52 +0100 | [diff] [blame] | 57 | }; |
Kumar Gala | f335b8a | 2014-04-03 14:48:22 -0500 | [diff] [blame] | 58 | }; |
| 59 | }; |