]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - android-sdk/kernel-video.git/blob - arch/arm/boot/dts/dra7-evm.dts
ARM: DTS: DRA7: Link the actual TPS659038 regulators to
[android-sdk/kernel-video.git] / arch / arm / boot / dts / dra7-evm.dts
1 /*
2  * Copyright (C) 2013 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 /dts-v1/;
10 /include/ "dra7.dtsi"
12 / {
13         model = "TI DRA7";
14         compatible = "ti,dra7-evm", "ti,dra7";
16         memory {
17                 device_type = "memory";
18                 reg = <0x80000000 0x20000000>; /* 512 MB */
19         };
20 };
22 &i2c1 {
23         clock-frequency = <400000>;
24         tps659038: tps659038@58 {
25                 reg = <0x58>;
26         };
27 };
29 /include/ "tps659038.dtsi"
31 &i2c2 {
32         clock-frequency = <400000>;
33 };
35 &i2c3 {
36         clock-frequency = <400000>;
37 };
39 &i2c4 {
40         clock-frequency = <400000>;
41 };
43 &i2c5 {
44         clock-frequency = <400000>;
45 };
47 &avs_mpu {
48         avs-supply = <&smps123_reg>;
49 };
51 &avs_core {
52         avs-supply = <&smps7_reg>;
53 };
55 &avs_gpu {
56         avs-supply = <&smps6_reg>;
57 };
59 &avs_dspeve {
60         avs-supply = <&smps45_reg>;
61 };
63 &avs_iva {
64         avs-supply = <&smps8_reg>;
65 };