blob: cc1d32ca4a8ae1cb453cb776496fb866905597ed [file] [log] [blame]
Rajendra Nayak38b248d2014-04-29 16:35:10 +05301/*
Nishanth Menona4240d32016-04-14 12:45:58 -05002 * Copyright (C) 2014-2016 Texas Instruments Incorporated - http://www.ti.com/
Rajendra Nayak38b248d2014-04-29 16:35:10 +05303 *
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License version 2 as
6 * published by the Free Software Foundation.
7 */
Nishanth Menona4240d32016-04-14 12:45:58 -05008#include "dra72-evm-common.dtsi"
Rajendra Nayak38b248d2014-04-29 16:35:10 +05309/ {
10 model = "TI DRA722";
Rajendra Nayak38b248d2014-04-29 16:35:10 +053011
12 memory {
13 device_type = "memory";
Lokesh Vutladae320e2016-02-24 15:41:04 +053014 reg = <0x0 0x80000000 0x0 0x40000000>; /* 1024 MB */
Rajendra Nayak38b248d2014-04-29 16:35:10 +053015 };
Nishanth Menona4240d32016-04-14 12:45:58 -050016};
Nishanth Menon5b434d72014-10-21 09:35:56 -050017
Nishanth Menona4240d32016-04-14 12:45:58 -050018&tps65917_regulators {
19 ldo2_reg: ldo2 {
20 /* LDO2_OUT --> TP1017 (UNUSED) */
21 regulator-name = "ldo2";
Peter Ujfalusi61085ee2015-08-24 10:20:03 +030022 regulator-min-microvolt = <1800000>;
Kishon Vijay Abraham Ia2387072015-07-30 13:43:34 +053023 regulator-max-microvolt = <3300000>;
Nishanth Menona4240d32016-04-14 12:45:58 -050024 regulator-allow-bypass;
Peter Ujfalusia8d3b592015-08-24 10:20:05 +030025 };
Rajendra Nayak38b248d2014-04-29 16:35:10 +053026};
27
Nishanth Menona4240d32016-04-14 12:45:58 -050028&hdmi {
29 vdda-supply = <&ldo3_reg>;
Keerthy J7e9711a2014-07-28 11:48:53 +053030};
31
Nishanth Menona4240d32016-04-14 12:45:58 -050032&pcf_gpio_21 {
33 interrupt-parent = <&gpio6>;
34 interrupts = <11 IRQ_TYPE_EDGE_FALLING>;
Mugunthan V Nd5475152014-11-03 15:28:13 +053035};
36
37&mac {
Vignesh Rad548432015-06-22 14:33:44 +053038 slaves = <1>;
Mugunthan V N36958592015-09-21 20:23:51 +053039 mode-gpios = <&pcf_gpio_21 4 GPIO_ACTIVE_HIGH>;
Mugunthan V Nd5475152014-11-03 15:28:13 +053040};
41
Vignesh Rad548432015-06-22 14:33:44 +053042&cpsw_emac0 {
Mugunthan V Nd5475152014-11-03 15:28:13 +053043 phy_id = <&davinci_mdio>, <3>;
44 phy-mode = "rgmii";
45};