Merge remote-tracking branch 'mailbox/mailbox-for-next'
[deliverable/linux.git] / arch / arm / boot / dts / dra72-evm.dts
CommitLineData
38b248db 1/*
a4240d3a 2 * Copyright (C) 2014-2016 Texas Instruments Incorporated - http://www.ti.com/
38b248db
RN
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 */
a4240d3a 8#include "dra72-evm-common.dtsi"
38b248db
RN
9/ {
10 model = "TI DRA722";
38b248db 11
5c4d9f0d 12 memory@0 {
38b248db 13 device_type = "memory";
dae320ec 14 reg = <0x0 0x80000000 0x0 0x40000000>; /* 1024 MB */
38b248db 15 };
a4240d3a 16};
5b434d7e 17
a4240d3a
NM
18&tps65917_regulators {
19 ldo2_reg: ldo2 {
20 /* LDO2_OUT --> TP1017 (UNUSED) */
21 regulator-name = "ldo2";
61085ee7 22 regulator-min-microvolt = <1800000>;
a238707d 23 regulator-max-microvolt = <3300000>;
a4240d3a 24 regulator-allow-bypass;
a8d3b59c 25 };
7e9711aa
K
26};
27
a4240d3a
NM
28&hdmi {
29 vdda-supply = <&ldo3_reg>;
5b434d7e 30};
d5475152 31
a4240d3a
NM
32&pcf_gpio_21 {
33 interrupt-parent = <&gpio6>;
34 interrupts = <11 IRQ_TYPE_EDGE_FALLING>;
d5475152
M
35};
36
37&mac {
ad548430 38 slaves = <1>;
36958598 39 mode-gpios = <&pcf_gpio_21 4 GPIO_ACTIVE_HIGH>;
d5475152
M
40};
41
ad548430 42&cpsw_emac0 {
d5475152
M
43 phy_id = <&davinci_mdio>, <3>;
44 phy-mode = "rgmii";
45};
This page took 0.142922 seconds and 5 git commands to generate.