Tom Rini | 57cd681 | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 1 | /* |
Lokesh Vutla | 7aa1a40 | 2016-11-23 13:25:29 +0530 | [diff] [blame] | 2 | * Copyright (C) 2014-2016 Texas Instruments Incorporated - http://www.ti.com/ |
Tom Rini | 57cd681 | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 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 | */ | ||||
Lokesh Vutla | 7aa1a40 | 2016-11-23 13:25:29 +0530 | [diff] [blame] | 8 | #include "dra72-evm-common.dtsi" |
Tom Rini | 57cd681 | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 9 | / { |
10 | model = "TI DRA722"; | ||||
Tom Rini | 57cd681 | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 11 | |
Lokesh Vutla | 7aa1a40 | 2016-11-23 13:25:29 +0530 | [diff] [blame] | 12 | memory@0 { |
Tom Rini | 57cd681 | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 13 | device_type = "memory"; |
Lokesh Vutla | 7aa1a40 | 2016-11-23 13:25:29 +0530 | [diff] [blame] | 14 | reg = <0x0 0x80000000 0x0 0x40000000>; /* 1024 MB */ |
Tom Rini | 57cd681 | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 15 | }; |
Tom Rini | 57cd681 | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 16 | }; |
17 | |||||
Lokesh Vutla | 7aa1a40 | 2016-11-23 13:25:29 +0530 | [diff] [blame] | 18 | &i2c1 { |
19 | tps65917: tps65917@58 { | ||||
20 | reg = <0x58>; | ||||
Tom Rini | 57cd681 | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 21 | |
Lokesh Vutla | 7aa1a40 | 2016-11-23 13:25:29 +0530 | [diff] [blame] | 22 | interrupts = <GIC_SPI 2 IRQ_TYPE_NONE>; /* IRQ_SYS_1N */ |
23 | }; | ||||
Tom Rini | 57cd681 | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 24 | }; |
25 | |||||
Lokesh Vutla | 7aa1a40 | 2016-11-23 13:25:29 +0530 | [diff] [blame] | 26 | #include "dra72-evm-tps65917.dtsi" |
Tom Rini | 57cd681 | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 27 | |
28 | &hdmi { | ||||
Tom Rini | 57cd681 | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 29 | vdda-supply = <&ldo3_reg>; |
Mugunthan V N | e813138 | 2016-09-27 13:01:41 +0530 | [diff] [blame] | 30 | }; |
Tom Rini | 57cd681 | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 31 | |
Lokesh Vutla | 7aa1a40 | 2016-11-23 13:25:29 +0530 | [diff] [blame] | 32 | &pcf_gpio_21 { |
33 | interrupt-parent = <&gpio6>; | ||||
34 | interrupts = <11 IRQ_TYPE_EDGE_FALLING>; | ||||
35 | }; | ||||
36 | |||||
Mugunthan V N | e813138 | 2016-09-27 13:01:41 +0530 | [diff] [blame] | 37 | &mac { |
Lokesh Vutla | 7aa1a40 | 2016-11-23 13:25:29 +0530 | [diff] [blame] | 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"; | ||||
Tom Rini | 57cd681 | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 45 | }; |