aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/dts/dra76x.dtsi')
-rw-r--r--arch/arm/dts/dra76x.dtsi27
1 files changed, 27 insertions, 0 deletions
diff --git a/arch/arm/dts/dra76x.dtsi b/arch/arm/dts/dra76x.dtsi
new file mode 100644
index 0000000000..0176ce4da9
--- /dev/null
+++ b/arch/arm/dts/dra76x.dtsi
@@ -0,0 +1,27 @@
1/*
2 * Copyright (C) 2017 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
9#include "dra74x.dtsi"
10
11/ {
12 compatible = "ti,dra76", "ti,dra7";
13};
14
15&abb_mpu {
16 ti,abb_info = <
17 /*uV ABB efuse rbb_m fbb_m vset_m*/
18 1060000 0 0x0 0 0x02000000 0x01F00000
19 1160000 0 0x4 0 0x02000000 0x01F00000
20 1210000 0 0x8 0 0x02000000 0x01F00000
21 1250000 0 0xC 0 0x02000000 0x01F00000
22 >;
23};
24
25&mmc3 {
26 max-frequency = <96000000>;
27};