Hatim RV | 1b65207 | 2012-12-11 00:52:45 +0000 | [diff] [blame] | 1 | /* |
Rajeshwari Birje | e2be336 | 2013-12-26 09:44:25 +0530 | [diff] [blame] | 2 | * (C) Copyright 2012 SAMSUNG Electronics |
Hatim RV | 1b65207 | 2012-12-11 00:52:45 +0000 | [diff] [blame] | 3 | * SAMSUNG EXYNOS5250 SoC device tree source |
| 4 | * |
Rajeshwari Birje | e2be336 | 2013-12-26 09:44:25 +0530 | [diff] [blame] | 5 | * SPDX-License-Identifier: GPL-2.0+ |
| 6 | */ |
Hatim RV | 1b65207 | 2012-12-11 00:52:45 +0000 | [diff] [blame] | 7 | |
Rajeshwari Birje | e2be336 | 2013-12-26 09:44:25 +0530 | [diff] [blame] | 8 | /include/ "exynos5.dtsi" |
Hatim RV | 1b65207 | 2012-12-11 00:52:45 +0000 | [diff] [blame] | 9 | |
| 10 | / { |
Rajeshwari Shinde | c2425b6 | 2012-12-26 20:03:08 +0000 | [diff] [blame] | 11 | i2c@12ca0000 { |
| 12 | #address-cells = <1>; |
| 13 | #size-cells = <0>; |
| 14 | compatible = "samsung,s3c2440-i2c"; |
| 15 | reg = <0x12CA0000 0x100>; |
| 16 | interrupts = <0 60 0>; |
| 17 | }; |
| 18 | |
| 19 | i2c@12cb0000 { |
| 20 | #address-cells = <1>; |
| 21 | #size-cells = <0>; |
| 22 | compatible = "samsung,s3c2440-i2c"; |
| 23 | reg = <0x12CB0000 0x100>; |
| 24 | interrupts = <0 61 0>; |
| 25 | }; |
| 26 | |
| 27 | i2c@12cc0000 { |
| 28 | #address-cells = <1>; |
| 29 | #size-cells = <0>; |
| 30 | compatible = "samsung,s3c2440-i2c"; |
| 31 | reg = <0x12CC0000 0x100>; |
| 32 | interrupts = <0 62 0>; |
| 33 | }; |
| 34 | |
| 35 | i2c@12cd0000 { |
| 36 | #address-cells = <1>; |
| 37 | #size-cells = <0>; |
| 38 | compatible = "samsung,s3c2440-i2c"; |
| 39 | reg = <0x12CD0000 0x100>; |
| 40 | interrupts = <0 63 0>; |
| 41 | }; |
Rajeshwari Shinde | f0b1619 | 2012-12-26 20:03:14 +0000 | [diff] [blame] | 42 | |
Dani Krishna Mohan | b7006a7 | 2013-09-11 16:38:47 +0530 | [diff] [blame] | 43 | sound@3830000 { |
| 44 | compatible = "samsung,exynos-sound"; |
| 45 | reg = <0x3830000 0x50>; |
| 46 | samsung,i2s-epll-clock-frequency = <192000000>; |
| 47 | samsung,i2s-sampling-rate = <48000>; |
| 48 | samsung,i2s-bits-per-sample = <16>; |
| 49 | samsung,i2s-channels = <2>; |
| 50 | samsung,i2s-lr-clk-framesize = <256>; |
| 51 | samsung,i2s-bit-clk-framesize = <32>; |
| 52 | samsung,i2s-id = <0>; |
| 53 | }; |
| 54 | |
Rajeshwari Shinde | f0b1619 | 2012-12-26 20:03:14 +0000 | [diff] [blame] | 55 | sound@12d60000 { |
| 56 | compatible = "samsung,exynos-sound"; |
| 57 | reg = <0x12d60000 0x20>; |
Dani Krishna Mohan | b7006a7 | 2013-09-11 16:38:47 +0530 | [diff] [blame] | 58 | samsung,i2s-epll-clock-frequency = <192000000>; |
| 59 | samsung,i2s-sampling-rate = <48000>; |
| 60 | samsung,i2s-bits-per-sample = <16>; |
| 61 | samsung,i2s-channels = <2>; |
| 62 | samsung,i2s-lr-clk-framesize = <256>; |
| 63 | samsung,i2s-bit-clk-framesize = <32>; |
| 64 | samsung,i2s-id = <1>; |
Rajeshwari Shinde | f0b1619 | 2012-12-26 20:03:14 +0000 | [diff] [blame] | 65 | }; |
Rajeshwari Shinde | cb9b23c | 2012-12-26 20:03:22 +0000 | [diff] [blame] | 66 | |
Rajeshwari Shinde | 69c6f97 | 2013-01-07 23:35:04 +0000 | [diff] [blame] | 67 | |
Vivek Gautam | 28cfef5 | 2013-09-14 14:02:49 +0530 | [diff] [blame] | 68 | xhci@12000000 { |
| 69 | compatible = "samsung,exynos5250-xhci"; |
| 70 | reg = <0x12000000 0x10000>; |
| 71 | #address-cells = <1>; |
| 72 | #size-cells = <1>; |
| 73 | |
| 74 | phy { |
| 75 | compatible = "samsung,exynos5250-usb3-phy"; |
| 76 | reg = <0x12100000 0x100>; |
| 77 | }; |
| 78 | }; |
| 79 | |
Hatim RV | 1b65207 | 2012-12-11 00:52:45 +0000 | [diff] [blame] | 80 | }; |