• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1/*
2 * Copyright (C) 2014-2016 Texas Instruments Incorporated - http://www.ti.com/
3 *
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 */
8#include "dra72-evm-common.dtsi"
9/ {
10	model = "TI DRA722";
11
12	memory@0 {
13		device_type = "memory";
14		reg = <0x0 0x80000000 0x0 0x40000000>; /* 1024 MB */
15	};
16};
17
18&tps65917_regulators {
19	ldo2_reg: ldo2 {
20		/* LDO2_OUT --> TP1017 (UNUSED)  */
21		regulator-name = "ldo2";
22		regulator-min-microvolt = <1800000>;
23		regulator-max-microvolt = <3300000>;
24		regulator-allow-bypass;
25	};
26};
27
28&hdmi {
29	vdda-supply = <&ldo3_reg>;
30};
31
32&pcf_gpio_21 {
33	interrupt-parent = <&gpio6>;
34	interrupts = <11 IRQ_TYPE_EDGE_FALLING>;
35};
36
37&mac {
38	slaves = <1>;
39	mode-gpios = <&pcf_gpio_21 4 GPIO_ACTIVE_HIGH>;
40};
41
42&cpsw_emac0 {
43	phy_id = <&davinci_mdio>, <3>;
44	phy-mode = "rgmii";
45};
46