2014-04-29 19:05:10 +08:00
|
|
|
/*
|
2016-04-15 01:45:58 +08:00
|
|
|
* Copyright (C) 2014-2016 Texas Instruments Incorporated - http://www.ti.com/
|
2014-04-29 19:05:10 +08:00
|
|
|
*
|
|
|
|
* This program is free software; you can redistribute it and/or modify
|
|
|
|
* it under the terms of the GNU General Public License version 2 as
|
|
|
|
* published by the Free Software Foundation.
|
|
|
|
*/
|
2016-04-15 01:45:58 +08:00
|
|
|
#include "dra72-evm-common.dtsi"
|
2014-04-29 19:05:10 +08:00
|
|
|
/ {
|
|
|
|
model = "TI DRA722";
|
|
|
|
|
|
|
|
memory {
|
|
|
|
device_type = "memory";
|
2016-02-24 18:11:04 +08:00
|
|
|
reg = <0x0 0x80000000 0x0 0x40000000>; /* 1024 MB */
|
2014-04-29 19:05:10 +08:00
|
|
|
};
|
2016-04-15 01:45:58 +08:00
|
|
|
};
|
2014-10-21 22:35:56 +08:00
|
|
|
|
2016-04-15 01:45:58 +08:00
|
|
|
&tps65917_regulators {
|
|
|
|
ldo2_reg: ldo2 {
|
|
|
|
/* LDO2_OUT --> TP1017 (UNUSED) */
|
|
|
|
regulator-name = "ldo2";
|
2015-08-24 15:20:03 +08:00
|
|
|
regulator-min-microvolt = <1800000>;
|
2015-07-30 16:13:34 +08:00
|
|
|
regulator-max-microvolt = <3300000>;
|
2016-04-15 01:45:58 +08:00
|
|
|
regulator-allow-bypass;
|
2015-08-24 15:20:05 +08:00
|
|
|
};
|
2014-07-28 14:18:53 +08:00
|
|
|
};
|
|
|
|
|
2016-04-15 01:45:58 +08:00
|
|
|
&hdmi {
|
|
|
|
vdda-supply = <&ldo3_reg>;
|
2014-10-21 22:35:56 +08:00
|
|
|
};
|
2014-11-03 17:58:13 +08:00
|
|
|
|
2016-04-15 01:45:58 +08:00
|
|
|
&pcf_gpio_21 {
|
|
|
|
interrupt-parent = <&gpio6>;
|
|
|
|
interrupts = <11 IRQ_TYPE_EDGE_FALLING>;
|
2014-11-03 17:58:13 +08:00
|
|
|
};
|
|
|
|
|
|
|
|
&mac {
|
2015-06-22 17:03:44 +08:00
|
|
|
slaves = <1>;
|
2015-09-21 22:53:51 +08:00
|
|
|
mode-gpios = <&pcf_gpio_21 4 GPIO_ACTIVE_HIGH>;
|
2014-11-03 17:58:13 +08:00
|
|
|
};
|
|
|
|
|
2015-06-22 17:03:44 +08:00
|
|
|
&cpsw_emac0 {
|
2014-11-03 17:58:13 +08:00
|
|
|
phy_id = <&davinci_mdio>, <3>;
|
|
|
|
phy-mode = "rgmii";
|
|
|
|
};
|