xref: /openbmc/u-boot/arch/arm/dts/dra72-evm.dts (revision b6409ec3)
1/*
2 * Copyright (C) 2014 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/ {
11	model = "TI DRA722";
12	compatible = "ti,dra72-evm", "ti,dra722", "ti,dra72", "ti,dra7";
13
14	memory {
15		device_type = "memory";
16		reg = <0x80000000 0x40000000>; /* 1024 MB */
17	};
18};
19
20
21&cpsw_emac0 {
22	phy_id = <&davinci_mdio>, <3>;
23	phy-mode = "rgmii";
24};
25
26&dss {
27	status = "ok";
28
29	vdda_video-supply = <&ldo5_reg>;
30};
31
32&hdmi {
33	vdda-supply = <&ldo3_reg>;
34};
35
36&mac {
37	 mode-gpios = <&pcf_gpio_21 4 GPIO_ACTIVE_HIGH>;
38};
39