Tom Rini | e33af1c | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 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 | */ |
Mugunthan V N | b8c6b02 | 2016-09-27 13:01:41 +0530 | [diff] [blame^] | 8 | #include <dra72-evm-common.dtsi> |
Tom Rini | e33af1c | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 9 | |
| 10 | / { |
| 11 | model = "TI DRA722"; |
| 12 | compatible = "ti,dra72-evm", "ti,dra722", "ti,dra72", "ti,dra7"; |
| 13 | |
Tom Rini | e33af1c | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 14 | memory { |
| 15 | device_type = "memory"; |
| 16 | reg = <0x80000000 0x40000000>; /* 1024 MB */ |
| 17 | }; |
Tom Rini | e33af1c | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 18 | }; |
| 19 | |
Tom Rini | e33af1c | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 20 | |
Mugunthan V N | 65656ea | 2016-08-31 17:22:19 +0530 | [diff] [blame] | 21 | &cpsw_emac0 { |
Tom Rini | e33af1c | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 22 | phy_id = <&davinci_mdio>, <3>; |
| 23 | phy-mode = "rgmii"; |
| 24 | }; |
| 25 | |
Tom Rini | e33af1c | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 26 | &dss { |
| 27 | status = "ok"; |
| 28 | |
| 29 | vdda_video-supply = <&ldo5_reg>; |
| 30 | }; |
| 31 | |
| 32 | &hdmi { |
Tom Rini | e33af1c | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 33 | vdda-supply = <&ldo3_reg>; |
Mugunthan V N | b8c6b02 | 2016-09-27 13:01:41 +0530 | [diff] [blame^] | 34 | }; |
Tom Rini | e33af1c | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 35 | |
Mugunthan V N | b8c6b02 | 2016-09-27 13:01:41 +0530 | [diff] [blame^] | 36 | &mac { |
| 37 | mode-gpios = <&pcf_gpio_21 4 GPIO_ACTIVE_HIGH>; |
Tom Rini | e33af1c | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 38 | }; |