Sekhar Nori | 27e6e0d | 2012-08-29 23:25:27 +0530 | [diff] [blame] | 1 | /* |
| 2 | * Device Tree for DA850 EVM board |
| 3 | * |
| 4 | * Copyright (C) 2012 Texas Instruments Incorporated - http://www.ti.com/ |
| 5 | * |
| 6 | * This program is free software; you can redistribute it and/or modify it |
| 7 | * under the terms of the GNU General Public License as published by the |
| 8 | * Free Software Foundation, version 2. |
| 9 | */ |
| 10 | /dts-v1/; |
Philip Avinash | a2bcd77 | 2013-06-14 15:15:53 +0530 | [diff] [blame] | 11 | #include "da850.dtsi" |
Sekhar Nori | 27e6e0d | 2012-08-29 23:25:27 +0530 | [diff] [blame] | 12 | |
| 13 | / { |
| 14 | compatible = "ti,da850-evm", "ti,da850"; |
| 15 | model = "DA850/AM1808/OMAP-L138 EVM"; |
| 16 | |
| 17 | soc { |
Kumar, Anil | 1faaba3 | 2013-01-16 14:37:39 +0530 | [diff] [blame] | 18 | pmx_core: pinmux@1c14120 { |
| 19 | status = "okay"; |
| 20 | }; |
Sekhar Nori | 27e6e0d | 2012-08-29 23:25:27 +0530 | [diff] [blame] | 21 | serial0: serial@1c42000 { |
| 22 | status = "okay"; |
| 23 | }; |
| 24 | serial1: serial@1d0c000 { |
| 25 | status = "okay"; |
| 26 | }; |
| 27 | serial2: serial@1d0d000 { |
| 28 | status = "okay"; |
| 29 | }; |
Mrugesh Katepallewar | 1661636 | 2013-01-28 13:17:48 +0530 | [diff] [blame] | 30 | rtc0: rtc@1c23000 { |
| 31 | status = "okay"; |
| 32 | }; |
Vishwanathrao Badarkhe, Manish | 01729cc | 2013-02-06 15:06:22 +0530 | [diff] [blame] | 33 | i2c0: i2c@1c22000 { |
| 34 | status = "okay"; |
| 35 | clock-frequency = <100000>; |
| 36 | pinctrl-names = "default"; |
| 37 | pinctrl-0 = <&i2c0_pins>; |
Vishwanathrao Badarkhe, Manish | c3847a3 | 2013-03-07 11:56:21 +0530 | [diff] [blame] | 38 | |
| 39 | tps: tps@48 { |
| 40 | reg = <0x48>; |
| 41 | }; |
Vishwanathrao Badarkhe, Manish | 01729cc | 2013-02-06 15:06:22 +0530 | [diff] [blame] | 42 | }; |
Kumar, Anil | 518f97d | 2013-02-06 09:30:03 +0530 | [diff] [blame] | 43 | wdt: wdt@1c21000 { |
| 44 | status = "okay"; |
| 45 | }; |
Manjunathappa, Prakash | 88df412 | 2013-03-28 18:42:01 +0530 | [diff] [blame] | 46 | mmc0: mmc@1c40000 { |
| 47 | max-frequency = <50000000>; |
| 48 | bus-width = <4>; |
| 49 | status = "okay"; |
| 50 | pinctrl-names = "default"; |
| 51 | pinctrl-0 = <&mmc0_pins>; |
| 52 | }; |
Manjunathappa, Prakash | 4f4d9d4 | 2013-04-03 19:39:10 +0530 | [diff] [blame] | 53 | spi1: spi@1f0e000 { |
| 54 | status = "okay"; |
| 55 | pinctrl-names = "default"; |
| 56 | pinctrl-0 = <&spi1_pins &spi1_cs0_pin>; |
| 57 | flash: m25p80@0 { |
| 58 | #address-cells = <1>; |
| 59 | #size-cells = <1>; |
| 60 | compatible = "m25p64"; |
| 61 | spi-max-frequency = <30000000>; |
| 62 | reg = <0>; |
| 63 | partition@0 { |
| 64 | label = "U-Boot-SPL"; |
| 65 | reg = <0x00000000 0x00010000>; |
| 66 | read-only; |
| 67 | }; |
| 68 | partition@1 { |
| 69 | label = "U-Boot"; |
| 70 | reg = <0x00010000 0x00080000>; |
| 71 | read-only; |
| 72 | }; |
| 73 | partition@2 { |
| 74 | label = "U-Boot-Env"; |
| 75 | reg = <0x00090000 0x00010000>; |
| 76 | read-only; |
| 77 | }; |
| 78 | partition@3 { |
| 79 | label = "Kernel"; |
| 80 | reg = <0x000a0000 0x00280000>; |
| 81 | }; |
| 82 | partition@4 { |
| 83 | label = "Filesystem"; |
| 84 | reg = <0x00320000 0x00400000>; |
| 85 | }; |
| 86 | partition@5 { |
| 87 | label = "MAC-Address"; |
| 88 | reg = <0x007f0000 0x00010000>; |
| 89 | read-only; |
| 90 | }; |
| 91 | }; |
| 92 | }; |
Lad, Prabhakar | 609f4bc | 2013-08-15 11:31:34 +0530 | [diff] [blame^] | 93 | mdio: mdio@1e24000 { |
| 94 | status = "okay"; |
| 95 | pinctrl-names = "default"; |
| 96 | pinctrl-0 = <&mdio_pins>; |
| 97 | bus_freq = <2200000>; |
| 98 | }; |
Sekhar Nori | 27e6e0d | 2012-08-29 23:25:27 +0530 | [diff] [blame] | 99 | }; |
Kumar, Anil | 99b8800 | 2013-01-16 14:37:41 +0530 | [diff] [blame] | 100 | nand_cs3@62000000 { |
| 101 | status = "okay"; |
| 102 | pinctrl-names = "default"; |
| 103 | pinctrl-0 = <&nand_cs3_pins>; |
| 104 | }; |
Vishwanathrao Badarkhe, Manish | c3847a3 | 2013-03-07 11:56:21 +0530 | [diff] [blame] | 105 | vbat: fixedregulator@0 { |
| 106 | compatible = "regulator-fixed"; |
| 107 | regulator-name = "vbat"; |
| 108 | regulator-min-microvolt = <5000000>; |
| 109 | regulator-max-microvolt = <5000000>; |
| 110 | regulator-boot-on; |
| 111 | }; |
| 112 | }; |
| 113 | |
| 114 | /include/ "tps6507x.dtsi" |
| 115 | |
| 116 | &tps { |
| 117 | vdcdc1_2-supply = <&vbat>; |
| 118 | vdcdc3-supply = <&vbat>; |
| 119 | vldo1_2-supply = <&vbat>; |
| 120 | |
| 121 | regulators { |
| 122 | vdcdc1_reg: regulator@0 { |
| 123 | regulator-name = "VDCDC1_3.3V"; |
| 124 | regulator-min-microvolt = <3150000>; |
| 125 | regulator-max-microvolt = <3450000>; |
| 126 | regulator-always-on; |
| 127 | regulator-boot-on; |
| 128 | }; |
| 129 | |
| 130 | vdcdc2_reg: regulator@1 { |
| 131 | regulator-name = "VDCDC2_3.3V"; |
| 132 | regulator-min-microvolt = <1710000>; |
| 133 | regulator-max-microvolt = <3450000>; |
| 134 | regulator-always-on; |
| 135 | regulator-boot-on; |
| 136 | ti,defdcdc_default = <1>; |
| 137 | }; |
| 138 | |
| 139 | vdcdc3_reg: regulator@2 { |
| 140 | regulator-name = "VDCDC3_1.2V"; |
| 141 | regulator-min-microvolt = <950000>; |
| 142 | regulator-max-microvolt = <1350000>; |
| 143 | regulator-always-on; |
| 144 | regulator-boot-on; |
| 145 | ti,defdcdc_default = <1>; |
| 146 | }; |
| 147 | |
| 148 | ldo1_reg: regulator@3 { |
| 149 | regulator-name = "LDO1_1.8V"; |
| 150 | regulator-min-microvolt = <1710000>; |
| 151 | regulator-max-microvolt = <1890000>; |
| 152 | regulator-always-on; |
| 153 | regulator-boot-on; |
| 154 | }; |
| 155 | |
| 156 | ldo2_reg: regulator@4 { |
| 157 | regulator-name = "LDO2_1.2V"; |
| 158 | regulator-min-microvolt = <1140000>; |
| 159 | regulator-max-microvolt = <1320000>; |
| 160 | regulator-always-on; |
| 161 | regulator-boot-on; |
| 162 | }; |
| 163 | }; |
Sekhar Nori | 27e6e0d | 2012-08-29 23:25:27 +0530 | [diff] [blame] | 164 | }; |