blob: 13a34e53ac7dc3f71d31b53ffb20d69888ca105d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
|
/*
* Copyright (C) 2014 Olio Devices, Inc.
* Authors: Evan Wilson <evan@oliodevices.com>
* Mattis Fjallstrom <mattis@oliodevices.com>
*
* Modified from omap3-beagle-xm.dts
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
/dts-v1/;
/include/ "omap36xx.dtsi"
/ {
model = "Olio OMAP3 H1 Board";
compatible = "olio,omap3-h1", "ti,omap3";
cpus {
cpu@0 {
device_type = "cpu";
operating-points = <
/* kHz uV */
300000 975000
600000 1150000
800000 1275000
1000000 1337500
>;
/* OPP tolerance in percentage */
voltage-tolerance = <0>;
reset-voltage = <1275000>;
};
};
};
&vc {
ti,i2c-high-speed;
ti,i2c-pad-load = <3>;
vc_mpu{
ti,master-channel;
};
vc_core{
ti,use-master-slave-addr;
};
};
&glbl_prm {
status = "ok";
sys_clk = "osc_sys_ck";
autoextclkmode = <2>;
sys_off_mode;
auto_off;
auto_retention;
offmodesetup_time = <3500>;
clksetup_time = <1000>;
};
|