2 * Copyright (C) 2015 Phytec Messtechnik GmbH
3 * Author: Teresa Remmet <t.remmet@phytec.de>
5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License version 2 as
7 * published by the Free Software Foundation.
10 #include "am33xx.dtsi"
11 #include <dt-bindings/interrupt-controller/irq.h>
14 model = "Phytec AM335x phyCORE";
15 compatible = "phytec,am335x-phycore-som", "ti,am33xx";
24 cpu0-supply = <&vdd1_reg>;
29 device_type = "memory";
30 reg = <0x80000000 0x10000000>; /* 256 MB */
34 compatible = "simple-bus";
36 vcc5v: fixedregulator0 {
37 compatible = "regulator-fixed";
38 regulator-name = "vcc5v";
39 regulator-min-microvolt = <5000000>;
40 regulator-max-microvolt = <5000000>;
58 ethernet0_pins: pinmux_ethernet0 {
59 pinctrl-single,pins = <
60 AM33XX_IOPAD(0x90c, PIN_INPUT_PULLDOWN | MUX_MODE1) /* mii1_crs.rmii1_crs_dv */
61 AM33XX_IOPAD(0x910, PIN_INPUT_PULLDOWN | MUX_MODE1) /* mii1_rxerr.rmii1_rxerr */
62 AM33XX_IOPAD(0x914, PIN_OUTPUT | MUX_MODE1) /* mii1_txen.rmii1_txen */
63 AM33XX_IOPAD(0x924, PIN_OUTPUT | MUX_MODE1) /* mii1_txd1.rmii1_txd1 */
64 AM33XX_IOPAD(0x928, PIN_OUTPUT | MUX_MODE1) /* mii1_txd0.rmii1_txd0 */
65 AM33XX_IOPAD(0x93c, PIN_INPUT_PULLDOWN | MUX_MODE1) /* mii1_rxd1.rmii1_rxd1 */
66 AM33XX_IOPAD(0x940, PIN_INPUT_PULLDOWN | MUX_MODE1) /* mii1_rxd0.rmii1_rxd0 */
67 AM33XX_IOPAD(0x944, PIN_INPUT_PULLDOWN | MUX_MODE0) /* rmii1_refclk.rmii1_refclk */
71 mdio_pins: pinmux_mdio {
72 pinctrl-single,pins = <
74 AM33XX_IOPAD(0x948, PIN_INPUT_PULLUP | SLEWCTRL_FAST | MUX_MODE0) /* mdio_data.mdio_data */
75 AM33XX_IOPAD(0x94c, PIN_OUTPUT_PULLUP | MUX_MODE0) /* mdio_clk.mdio_clk */
83 dual_emac_res_vlan = <1>;
87 pinctrl-names = "default";
88 pinctrl-0 = <&mdio_pins>;
91 phy0: ethernet-phy@0 {
98 pinctrl-names = "default";
99 pinctrl-0 = <ðernet0_pins>;
109 i2c0_pins: pinmux_i2c0 {
110 pinctrl-single,pins = <
111 AM33XX_IOPAD(0x988, PIN_INPUT | MUX_MODE0) /* i2c0_sda.i2c0_sda */
112 AM33XX_IOPAD(0x98c, PIN_INPUT | MUX_MODE0) /* i2c0_scl.i2c0_scl */
118 pinctrl-names = "default";
119 pinctrl-0 = <&i2c0_pins>;
120 clock-frequency = <400000>;
127 i2c_tmp102: temp@4b {
128 compatible = "ti,tmp102";
133 i2c_eeprom: eeprom@52 {
134 compatible = "atmel,24c32";
141 compatible = "microcrystal,rv4162";
149 nandflash_pins: pinmux_nandflash {
150 pinctrl-single,pins = <
151 AM33XX_IOPAD(0x800, PIN_INPUT_PULLUP | MUX_MODE0) /* gpmc_ad0.gpmc_ad0 */
152 AM33XX_IOPAD(0x804, PIN_INPUT_PULLUP | MUX_MODE0) /* gpmc_ad1.gpmc_ad1 */
153 AM33XX_IOPAD(0x808, PIN_INPUT_PULLUP | MUX_MODE0) /* gpmc_ad2.gpmc_ad2 */
154 AM33XX_IOPAD(0x80c, PIN_INPUT_PULLUP | MUX_MODE0) /* gpmc_ad3.gpmc_ad3 */
155 AM33XX_IOPAD(0x810, PIN_INPUT_PULLUP | MUX_MODE0) /* gpmc_ad4.gpmc_ad4 */
156 AM33XX_IOPAD(0x814, PIN_INPUT_PULLUP | MUX_MODE0) /* gpmc_ad5.gpmc_ad5 */
157 AM33XX_IOPAD(0x818, PIN_INPUT_PULLUP | MUX_MODE0) /* gpmc_ad6.gpmc_ad6 */
158 AM33XX_IOPAD(0x81c, PIN_INPUT_PULLUP | MUX_MODE0) /* gpmc_ad7.gpmc_ad7 */
159 AM33XX_IOPAD(0x870, PIN_INPUT_PULLUP | MUX_MODE0) /* gpmc_wait0.gpmc_wait0 */
160 AM33XX_IOPAD(0x87c, PIN_OUTPUT | MUX_MODE0) /* gpmc_csn0.gpmc_csn0 */
161 AM33XX_IOPAD(0x890, PIN_OUTPUT | MUX_MODE0) /* gpmc_advn_ale.gpmc_advn_ale */
162 AM33XX_IOPAD(0x894, PIN_OUTPUT | MUX_MODE0) /* gpmc_oen_ren.gpmc_oen_ren */
163 AM33XX_IOPAD(0x898, PIN_OUTPUT | MUX_MODE0) /* gpmc_wen.gpmc_wen */
164 AM33XX_IOPAD(0x89c, PIN_OUTPUT | MUX_MODE0) /* gpmc_be0n_cle.gpmc_be0n_cle */
175 pinctrl-names = "default";
176 pinctrl-0 = <&nandflash_pins>;
177 ranges = <0 0 0x08000000 0x1000000>; /* CS0: NAND */
178 nandflash: nand@0,0 {
179 compatible = "ti,omap2-nand";
180 reg = <0 0 4>; /* CS0, offset 0, IO size 4 */
181 interrupt-parent = <&gpmc>;
182 interrupts = <0 IRQ_TYPE_NONE>, /* fifoevent */
183 <1 IRQ_TYPE_NONE>; /* termcount */
184 rb-gpios = <&gpmc 0 GPIO_ACTIVE_HIGH>; /* gpmc_wait0 */
185 nand-bus-width = <8>;
186 ti,nand-ecc-opt = "bch8";
187 gpmc,device-nand = "true";
188 gpmc,device-width = <1>;
189 gpmc,sync-clk-ps = <0>;
191 gpmc,cs-rd-off-ns = <30>;
192 gpmc,cs-wr-off-ns = <30>;
193 gpmc,adv-on-ns = <0>;
194 gpmc,adv-rd-off-ns = <30>;
195 gpmc,adv-wr-off-ns = <30>;
197 gpmc,we-off-ns = <20>;
198 gpmc,oe-on-ns = <10>;
199 gpmc,oe-off-ns = <30>;
200 gpmc,access-ns = <30>;
201 gpmc,rd-cycle-ns = <30>;
202 gpmc,wr-cycle-ns = <30>;
203 gpmc,bus-turnaround-ns = <0>;
204 gpmc,cycle2cycle-delay-ns = <50>;
205 gpmc,cycle2cycle-diffcsen;
206 gpmc,clk-activation-ns = <0>;
207 gpmc,wr-access-ns = <30>;
208 gpmc,wr-data-mux-bus-ns = <0>;
212 #address-cells = <1>;
218 #include "tps65910.dtsi"
221 vcc1-supply = <&vcc5v>;
222 vcc2-supply = <&vcc5v>;
223 vcc3-supply = <&vcc5v>;
224 vcc4-supply = <&vcc5v>;
225 vcc5-supply = <&vcc5v>;
226 vcc6-supply = <&vcc5v>;
227 vcc7-supply = <&vcc5v>;
228 vccio-supply = <&vcc5v>;
231 vrtc_reg: regulator@0 {
235 vio_reg: regulator@1 {
239 vdd1_reg: regulator@2 {
240 /* VDD_MPU voltage limits 0.95V - 1.325V with +/-4% tolerance */
241 regulator-name = "vdd_mpu";
242 regulator-min-microvolt = <912500>;
243 regulator-max-microvolt = <1378000>;
248 vdd2_reg: regulator@3 {
249 /* VDD_CORE voltage limits 0.95V - 1.1V with +/-4% tolerance */
250 regulator-name = "vdd_core";
251 regulator-min-microvolt = <912500>;
252 regulator-max-microvolt = <1150000>;
257 vdd3_reg: regulator@4 {
261 vdig1_reg: regulator@5 {
262 regulator-name = "vdig1_1p8v";
263 regulator-min-microvolt = <1800000>;
264 regulator-max-microvolt = <1800000>;
267 vdig2_reg: regulator@6 {
271 vpll_reg: regulator@7 {
275 vdac_reg: regulator@8 {
279 vaux1_reg: regulator@9 {
283 vaux2_reg: regulator@10 {
287 vaux33_reg: regulator@11 {
291 vmmc_reg: regulator@12 {
292 regulator-min-microvolt = <3300000>;
293 regulator-max-microvolt = <3300000>;
301 spi0_pins: pinmux_spi0 {
302 pinctrl-single,pins = <
303 AM33XX_IOPAD(0x950, PIN_INPUT_PULLDOWN | MUX_MODE0) /* spi0_clk.spi0_clk */
304 AM33XX_IOPAD(0x954, PIN_INPUT_PULLDOWN | MUX_MODE0) /* spi0_d0.spi0_d0 */
305 AM33XX_IOPAD(0x958, PIN_INPUT_PULLUP | MUX_MODE0) /* spi0_d1.spi0_d1 */
306 AM33XX_IOPAD(0x95c, PIN_INPUT_PULLUP | MUX_MODE0) /* spi0_cs0.spi0_cs0 */
312 pinctrl-names = "default";
313 pinctrl-0 = <&spi0_pins>;
316 serial_flash: m25p80@0 {
317 compatible = "jedec,spi-nor";
318 spi-max-frequency = <48000000>;
322 #address-cells = <1>;