xref: /rk3399_rockchip-uboot/arch/arm/dts/am57xx-beagle-x15.dts (revision a0c0b97c6b7eb51e9687f63983d0d452990b15fc)
1eae7ae18SMugunthan V N/*
2*a0c0b97cSLokesh Vutla * Copyright (C) 2014-2016 Texas Instruments Incorporated - http://www.ti.com/
3eae7ae18SMugunthan V N *
4eae7ae18SMugunthan V N * This program is free software; you can redistribute it and/or modify
5eae7ae18SMugunthan V N * it under the terms of the GNU General Public License version 2 as
6eae7ae18SMugunthan V N * published by the Free Software Foundation.
7eae7ae18SMugunthan V N */
8eae7ae18SMugunthan V N
9*a0c0b97cSLokesh Vutla#include "am57xx-beagle-x15-common.dtsi"
10eae7ae18SMugunthan V N
11eae7ae18SMugunthan V N/ {
12*a0c0b97cSLokesh Vutla	/* NOTE: This describes the "original" pre-production A2 revision */
13eae7ae18SMugunthan V N	model = "TI AM5728 BeagleBoard-X15";
14eae7ae18SMugunthan V N};
15eae7ae18SMugunthan V N
16*a0c0b97cSLokesh Vutla&tpd12s015 {
17eae7ae18SMugunthan V N	gpios = <&gpio7 10 GPIO_ACTIVE_HIGH>,	/* gpio7_10, CT CP HPD */
18eae7ae18SMugunthan V N		<&gpio6 28 GPIO_ACTIVE_HIGH>,	/* gpio6_28, LS OE */
19eae7ae18SMugunthan V N		<&gpio7 12 GPIO_ACTIVE_HIGH>;	/* gpio7_12/sp1_cs2, HPD */
20eae7ae18SMugunthan V N};
21eae7ae18SMugunthan V N
22eae7ae18SMugunthan V N&mmc1 {
23eae7ae18SMugunthan V N	vmmc-supply = <&ldo1_reg>;
24eae7ae18SMugunthan V N};
25