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&i2c1 { 19 tps65917: tps65917@58 { 20 reg = <0x58>; 21 22 interrupts = <GIC_SPI 2 IRQ_TYPE_NONE>; /* IRQ_SYS_1N */ 23 }; 24}; 25 26#include "dra72-evm-tps65917.dtsi" 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