blob: f81f9189f4e1614fcef4335b93eea3d85927d15b [file] [log] [blame]
Tom Rini57cd6812015-07-31 19:55:12 -04001/*
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 */
Mugunthan V Ne8131382016-09-27 13:01:41 +05308#include <dra72-evm-common.dtsi>
Tom Rini57cd6812015-07-31 19:55:12 -04009
10/ {
11 model = "TI DRA722";
12 compatible = "ti,dra72-evm", "ti,dra722", "ti,dra72", "ti,dra7";
13
Tom Rini57cd6812015-07-31 19:55:12 -040014 memory {
15 device_type = "memory";
16 reg = <0x80000000 0x40000000>; /* 1024 MB */
17 };
Tom Rini57cd6812015-07-31 19:55:12 -040018};
19
Tom Rini57cd6812015-07-31 19:55:12 -040020
Mugunthan V N0068dd62016-08-31 17:22:19 +053021&cpsw_emac0 {
Tom Rini57cd6812015-07-31 19:55:12 -040022 phy_id = <&davinci_mdio>, <3>;
23 phy-mode = "rgmii";
24};
25
Tom Rini57cd6812015-07-31 19:55:12 -040026&dss {
27 status = "ok";
28
29 vdda_video-supply = <&ldo5_reg>;
30};
31
32&hdmi {
Tom Rini57cd6812015-07-31 19:55:12 -040033 vdda-supply = <&ldo3_reg>;
Mugunthan V Ne8131382016-09-27 13:01:41 +053034};
Tom Rini57cd6812015-07-31 19:55:12 -040035
Mugunthan V Ne8131382016-09-27 13:01:41 +053036&mac {
37 mode-gpios = <&pcf_gpio_21 4 GPIO_ACTIVE_HIGH>;
Tom Rini57cd6812015-07-31 19:55:12 -040038};