2012-03-02 23:07:21 +00:00
|
|
|
/*
|
|
|
|
* Copyright 2012 Linaro Ltd
|
|
|
|
*
|
|
|
|
* The code contained herein is licensed under the GNU General Public
|
|
|
|
* License. You may obtain a copy of the GNU General Public License
|
|
|
|
* Version 2 or later at the following locations:
|
|
|
|
*
|
|
|
|
* http://www.opensource.org/licenses/gpl-license.html
|
|
|
|
* http://www.gnu.org/copyleft/gpl.html
|
|
|
|
*/
|
|
|
|
|
2013-05-29 17:15:39 +00:00
|
|
|
#include <dt-bindings/interrupt-controller/irq.h>
|
2013-05-27 13:30:53 +00:00
|
|
|
#include "skeleton.dtsi"
|
2012-03-02 23:07:21 +00:00
|
|
|
|
|
|
|
/ {
|
2013-03-01 13:38:07 +00:00
|
|
|
soc {
|
2012-03-02 23:07:21 +00:00
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <1>;
|
2012-03-15 16:46:17 +00:00
|
|
|
compatible = "stericsson,db8500";
|
2012-03-07 17:22:30 +00:00
|
|
|
interrupt-parent = <&intc>;
|
2012-03-02 23:07:21 +00:00
|
|
|
ranges;
|
2012-03-15 16:46:17 +00:00
|
|
|
|
2012-03-07 17:22:30 +00:00
|
|
|
intc: interrupt-controller@a0411000 {
|
|
|
|
compatible = "arm,cortex-a9-gic";
|
|
|
|
#interrupt-cells = <3>;
|
|
|
|
#address-cells = <1>;
|
|
|
|
interrupt-controller;
|
|
|
|
reg = <0xa0411000 0x1000>,
|
|
|
|
<0xa0410100 0x100>;
|
|
|
|
};
|
|
|
|
|
2012-03-08 09:02:02 +00:00
|
|
|
L2: l2-cache {
|
|
|
|
compatible = "arm,pl310-cache";
|
|
|
|
reg = <0xa0412000 0x1000>;
|
2013-05-29 17:15:39 +00:00
|
|
|
interrupts = <0 13 IRQ_TYPE_LEVEL_HIGH>;
|
2012-03-08 09:02:02 +00:00
|
|
|
cache-unified;
|
|
|
|
cache-level = <2>;
|
|
|
|
};
|
|
|
|
|
2012-03-15 16:46:17 +00:00
|
|
|
pmu {
|
|
|
|
compatible = "arm,cortex-a9-pmu";
|
2013-05-29 17:15:39 +00:00
|
|
|
interrupts = <0 7 IRQ_TYPE_LEVEL_HIGH>;
|
2012-03-15 16:46:17 +00:00
|
|
|
};
|
|
|
|
|
2012-03-16 09:53:24 +00:00
|
|
|
timer@a0410600 {
|
|
|
|
compatible = "arm,cortex-a9-twd-timer";
|
|
|
|
reg = <0xa0410600 0x20>;
|
2013-05-29 17:15:39 +00:00
|
|
|
interrupts = <1 13 0x304>; /* IRQ level high per-CPU */
|
2012-03-16 09:53:24 +00:00
|
|
|
};
|
|
|
|
|
2012-03-15 16:46:17 +00:00
|
|
|
rtc@80154000 {
|
2012-05-26 06:01:31 +00:00
|
|
|
compatible = "arm,rtc-pl031", "arm,primecell";
|
2012-03-15 16:46:17 +00:00
|
|
|
reg = <0x80154000 0x1000>;
|
2013-05-29 17:15:39 +00:00
|
|
|
interrupts = <0 18 IRQ_TYPE_LEVEL_HIGH>;
|
2012-03-15 16:46:17 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
gpio0: gpio@8012e000 {
|
|
|
|
compatible = "stericsson,db8500-gpio",
|
2012-04-13 14:05:03 +00:00
|
|
|
"st,nomadik-gpio";
|
2012-03-15 16:46:17 +00:00
|
|
|
reg = <0x8012e000 0x80>;
|
2013-05-29 17:15:39 +00:00
|
|
|
interrupts = <0 119 IRQ_TYPE_LEVEL_HIGH>;
|
2012-05-29 06:17:36 +00:00
|
|
|
interrupt-controller;
|
|
|
|
#interrupt-cells = <2>;
|
2012-06-14 10:16:03 +00:00
|
|
|
st,supports-sleepmode;
|
2012-03-15 16:46:17 +00:00
|
|
|
gpio-controller;
|
2012-04-13 14:05:05 +00:00
|
|
|
#gpio-cells = <2>;
|
|
|
|
gpio-bank = <0>;
|
2012-03-15 16:46:17 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
gpio1: gpio@8012e080 {
|
|
|
|
compatible = "stericsson,db8500-gpio",
|
2012-04-13 14:05:03 +00:00
|
|
|
"st,nomadik-gpio";
|
2012-03-15 16:46:17 +00:00
|
|
|
reg = <0x8012e080 0x80>;
|
2013-05-29 17:15:39 +00:00
|
|
|
interrupts = <0 120 IRQ_TYPE_LEVEL_HIGH>;
|
2012-05-29 06:17:36 +00:00
|
|
|
interrupt-controller;
|
|
|
|
#interrupt-cells = <2>;
|
2012-06-14 10:16:03 +00:00
|
|
|
st,supports-sleepmode;
|
2012-03-15 16:46:17 +00:00
|
|
|
gpio-controller;
|
2012-04-13 14:05:05 +00:00
|
|
|
#gpio-cells = <2>;
|
|
|
|
gpio-bank = <1>;
|
2012-03-15 16:46:17 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
gpio2: gpio@8000e000 {
|
|
|
|
compatible = "stericsson,db8500-gpio",
|
2012-04-13 14:05:03 +00:00
|
|
|
"st,nomadik-gpio";
|
2012-03-15 16:46:17 +00:00
|
|
|
reg = <0x8000e000 0x80>;
|
2013-05-29 17:15:39 +00:00
|
|
|
interrupts = <0 121 IRQ_TYPE_LEVEL_HIGH>;
|
2012-05-29 06:17:36 +00:00
|
|
|
interrupt-controller;
|
|
|
|
#interrupt-cells = <2>;
|
2012-06-14 10:16:03 +00:00
|
|
|
st,supports-sleepmode;
|
2012-03-15 16:46:17 +00:00
|
|
|
gpio-controller;
|
2012-04-13 14:05:05 +00:00
|
|
|
#gpio-cells = <2>;
|
|
|
|
gpio-bank = <2>;
|
2012-03-15 16:46:17 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
gpio3: gpio@8000e080 {
|
|
|
|
compatible = "stericsson,db8500-gpio",
|
2012-04-13 14:05:03 +00:00
|
|
|
"st,nomadik-gpio";
|
2012-03-15 16:46:17 +00:00
|
|
|
reg = <0x8000e080 0x80>;
|
2013-05-29 17:15:39 +00:00
|
|
|
interrupts = <0 122 IRQ_TYPE_LEVEL_HIGH>;
|
2012-05-29 06:17:36 +00:00
|
|
|
interrupt-controller;
|
|
|
|
#interrupt-cells = <2>;
|
2012-06-14 10:16:03 +00:00
|
|
|
st,supports-sleepmode;
|
2012-03-15 16:46:17 +00:00
|
|
|
gpio-controller;
|
2012-04-13 14:05:05 +00:00
|
|
|
#gpio-cells = <2>;
|
|
|
|
gpio-bank = <3>;
|
2012-03-15 16:46:17 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
gpio4: gpio@8000e100 {
|
|
|
|
compatible = "stericsson,db8500-gpio",
|
2012-04-13 14:05:03 +00:00
|
|
|
"st,nomadik-gpio";
|
2012-03-15 16:46:17 +00:00
|
|
|
reg = <0x8000e100 0x80>;
|
2013-05-29 17:15:39 +00:00
|
|
|
interrupts = <0 123 IRQ_TYPE_LEVEL_HIGH>;
|
2012-05-29 06:17:36 +00:00
|
|
|
interrupt-controller;
|
|
|
|
#interrupt-cells = <2>;
|
2012-06-14 10:16:03 +00:00
|
|
|
st,supports-sleepmode;
|
2012-03-15 16:46:17 +00:00
|
|
|
gpio-controller;
|
2012-04-13 14:05:05 +00:00
|
|
|
#gpio-cells = <2>;
|
|
|
|
gpio-bank = <4>;
|
2012-03-15 16:46:17 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
gpio5: gpio@8000e180 {
|
|
|
|
compatible = "stericsson,db8500-gpio",
|
2012-04-13 14:05:03 +00:00
|
|
|
"st,nomadik-gpio";
|
2012-03-15 16:46:17 +00:00
|
|
|
reg = <0x8000e180 0x80>;
|
2013-05-29 17:15:39 +00:00
|
|
|
interrupts = <0 124 IRQ_TYPE_LEVEL_HIGH>;
|
2012-05-29 06:17:36 +00:00
|
|
|
interrupt-controller;
|
|
|
|
#interrupt-cells = <2>;
|
2012-06-14 10:16:03 +00:00
|
|
|
st,supports-sleepmode;
|
2012-03-15 16:46:17 +00:00
|
|
|
gpio-controller;
|
2012-04-13 14:05:05 +00:00
|
|
|
#gpio-cells = <2>;
|
|
|
|
gpio-bank = <5>;
|
2012-03-15 16:46:17 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
gpio6: gpio@8011e000 {
|
|
|
|
compatible = "stericsson,db8500-gpio",
|
2012-04-13 14:05:03 +00:00
|
|
|
"st,nomadik-gpio";
|
2012-03-15 16:46:17 +00:00
|
|
|
reg = <0x8011e000 0x80>;
|
2013-05-29 17:15:39 +00:00
|
|
|
interrupts = <0 125 IRQ_TYPE_LEVEL_HIGH>;
|
2012-05-29 06:17:36 +00:00
|
|
|
interrupt-controller;
|
|
|
|
#interrupt-cells = <2>;
|
2012-06-14 10:16:03 +00:00
|
|
|
st,supports-sleepmode;
|
2012-03-15 16:46:17 +00:00
|
|
|
gpio-controller;
|
2012-04-13 14:05:05 +00:00
|
|
|
#gpio-cells = <2>;
|
|
|
|
gpio-bank = <6>;
|
2012-03-15 16:46:17 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
gpio7: gpio@8011e080 {
|
|
|
|
compatible = "stericsson,db8500-gpio",
|
2012-04-13 14:05:03 +00:00
|
|
|
"st,nomadik-gpio";
|
2012-03-15 16:46:17 +00:00
|
|
|
reg = <0x8011e080 0x80>;
|
2013-05-29 17:15:39 +00:00
|
|
|
interrupts = <0 126 IRQ_TYPE_LEVEL_HIGH>;
|
2012-05-29 06:17:36 +00:00
|
|
|
interrupt-controller;
|
|
|
|
#interrupt-cells = <2>;
|
2012-06-14 10:16:03 +00:00
|
|
|
st,supports-sleepmode;
|
2012-03-15 16:46:17 +00:00
|
|
|
gpio-controller;
|
2012-04-13 14:05:05 +00:00
|
|
|
#gpio-cells = <2>;
|
|
|
|
gpio-bank = <7>;
|
2012-03-15 16:46:17 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
gpio8: gpio@a03fe000 {
|
|
|
|
compatible = "stericsson,db8500-gpio",
|
2012-04-13 14:05:03 +00:00
|
|
|
"st,nomadik-gpio";
|
2012-03-15 16:46:17 +00:00
|
|
|
reg = <0xa03fe000 0x80>;
|
2013-05-29 17:15:39 +00:00
|
|
|
interrupts = <0 127 IRQ_TYPE_LEVEL_HIGH>;
|
2012-05-29 06:17:36 +00:00
|
|
|
interrupt-controller;
|
|
|
|
#interrupt-cells = <2>;
|
2012-06-14 10:16:03 +00:00
|
|
|
st,supports-sleepmode;
|
2012-03-15 16:46:17 +00:00
|
|
|
gpio-controller;
|
2012-04-13 14:05:05 +00:00
|
|
|
#gpio-cells = <2>;
|
|
|
|
gpio-bank = <8>;
|
2012-03-15 16:46:17 +00:00
|
|
|
};
|
|
|
|
|
2013-01-11 15:45:28 +00:00
|
|
|
pinctrl {
|
2013-05-22 14:22:55 +00:00
|
|
|
compatible = "stericsson,db8500-pinctrl";
|
2013-01-11 15:45:28 +00:00
|
|
|
prcm = <&prcmu>;
|
2012-05-26 05:25:36 +00:00
|
|
|
};
|
|
|
|
|
2013-05-03 14:31:51 +00:00
|
|
|
usb_per5@a03e0000 {
|
2012-03-15 16:46:17 +00:00
|
|
|
compatible = "stericsson,db8500-musb",
|
|
|
|
"mentor,musb";
|
|
|
|
reg = <0xa03e0000 0x10000>;
|
2013-05-29 17:15:39 +00:00
|
|
|
interrupts = <0 23 IRQ_TYPE_LEVEL_HIGH>;
|
2013-05-03 14:31:51 +00:00
|
|
|
interrupt-names = "mc";
|
|
|
|
|
|
|
|
dr_mode = "otg";
|
|
|
|
|
|
|
|
dmas = <&dma 38 0 0x2>, /* Logical - DevToMem */
|
|
|
|
<&dma 38 0 0x0>, /* Logical - MemToDev */
|
|
|
|
<&dma 37 0 0x2>, /* Logical - DevToMem */
|
|
|
|
<&dma 37 0 0x0>, /* Logical - MemToDev */
|
|
|
|
<&dma 36 0 0x2>, /* Logical - DevToMem */
|
|
|
|
<&dma 36 0 0x0>, /* Logical - MemToDev */
|
|
|
|
<&dma 19 0 0x2>, /* Logical - DevToMem */
|
|
|
|
<&dma 19 0 0x0>, /* Logical - MemToDev */
|
|
|
|
<&dma 18 0 0x2>, /* Logical - DevToMem */
|
|
|
|
<&dma 18 0 0x0>, /* Logical - MemToDev */
|
|
|
|
<&dma 17 0 0x2>, /* Logical - DevToMem */
|
|
|
|
<&dma 17 0 0x0>, /* Logical - MemToDev */
|
|
|
|
<&dma 16 0 0x2>, /* Logical - DevToMem */
|
|
|
|
<&dma 16 0 0x0>, /* Logical - MemToDev */
|
|
|
|
<&dma 39 0 0x2>, /* Logical - DevToMem */
|
|
|
|
<&dma 39 0 0x0>; /* Logical - MemToDev */
|
|
|
|
|
|
|
|
dma-names = "iep_1_9", "oep_1_9",
|
|
|
|
"iep_2_10", "oep_2_10",
|
|
|
|
"iep_3_11", "oep_3_11",
|
|
|
|
"iep_4_12", "oep_4_12",
|
|
|
|
"iep_5_13", "oep_5_13",
|
|
|
|
"iep_6_14", "oep_6_14",
|
|
|
|
"iep_7_15", "oep_7_15",
|
|
|
|
"iep_8", "oep_8";
|
2012-03-15 16:46:17 +00:00
|
|
|
};
|
|
|
|
|
2013-05-03 14:31:48 +00:00
|
|
|
dma: dma-controller@801C0000 {
|
|
|
|
compatible = "stericsson,db8500-dma40", "stericsson,dma40";
|
2012-03-15 16:46:17 +00:00
|
|
|
reg = <0x801C0000 0x1000 0x40010000 0x800>;
|
2013-05-03 14:31:47 +00:00
|
|
|
reg-names = "base", "lcpa";
|
2013-05-29 17:15:39 +00:00
|
|
|
interrupts = <0 25 IRQ_TYPE_LEVEL_HIGH>;
|
2013-05-03 14:31:48 +00:00
|
|
|
|
|
|
|
#dma-cells = <3>;
|
2013-05-03 14:31:52 +00:00
|
|
|
memcpy-channels = <56 57 58 59 60>;
|
2012-03-15 16:46:17 +00:00
|
|
|
};
|
|
|
|
|
2013-01-11 15:45:28 +00:00
|
|
|
prcmu: prcmu@80157000 {
|
2012-03-15 16:46:17 +00:00
|
|
|
compatible = "stericsson,db8500-prcmu";
|
ARM: arm-soc non-critical fixes for 3.10
Here is a collection of fixes (and some intermixed cleanups) that were
considered less important and thus not included in the later parts of
the 3.9-rc cycle.
It's a bit all over the map, contents wise. A series of ux500 fixes
and cleanups, a bunch of various fixes for OMAP and tegra, and some for
Freescale i.MX and even Qualcomm MSM.
Note that there's also a patch on this branch to globally turn off
-Wmaybe-uninitialized when building with -Os. It's been posted several
times by Arnd and no dissent was raised, but nobody seemed interested
to pick it up. So here it is, as the topmost patch.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iQIcBAABAgAGBQJRggtQAAoJEIwa5zzehBx3TmYP/i4Kt3JDYEbYyAqNsH3nb0mN
3kLwViUxDdS/aZCXEaNYLwZBUgl1Zyz3oRd39zFCo4dRM2uG1AW+lC73AP3/eW6n
2oHxI43xzwjDNPxRkiipB4NXPyIoIdbRXM6/QIxXzM9zD3MJXj7BpBBpDgGAsLov
BQ2r28idxZE6jB4puPjVZCuyG5UMjA0Ko2Fp2em7QXarQBBscDvhAtjqNZ3JPtlN
thASsou1B8805J7jf5G8Wz6fNeVJg2wlWMgE9ywJpKFbut4cGM4riS/QvB0fTe6d
tmkCae0bw3UD+D+N1gYcZpeGve8oPSHbeyhrSPAfI/wAVBh0J397MgJW5/f0vW8p
DffLjQI+S450Kw0Bab41Tn0JnMnXtYUo56yjemdxa/NQJF34ycBFQ3HOm6nFxo7U
6tce2O775uvG0+rJfDbX6M+Mu7QoIi0p8sOdg0/W+pFK08xvaezsOc1NjqTvuYoC
s/2LYiIJqVG6tFVU0i/46duQhdp0I/Oj7wXtFXH0ZvZPBz0cDaSU3irB3QA9pNt5
PI6JEBg0FUPUork24gShSUf7un4Itrjlq20HTkC9/z1skx87PbB3Wa7A8jnHeFme
tpuPRvmfBWhIhp06AIA8znhDik9xuJ4B7ypsFNM0VyoV/qx+TSIHbViVQuwcOf9b
nAidtuhMjE+P2sAu+VGU
=bzsu
-----END PGP SIGNATURE-----
Merge tag 'fixes-nc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Pull ARM SoC non-critical fixes from Olof Johansson:
"Here is a collection of fixes (and some intermixed cleanups) that were
considered less important and thus not included in the later parts of
the 3.9-rc cycle.
It's a bit all over the map, contents wise. A series of ux500 fixes
and cleanups, a bunch of various fixes for OMAP and tegra, and some
for Freescale i.MX and even Qualcomm MSM.
Note that there's also a patch on this branch to globally turn off
-Wmaybe-uninitialized when building with -Os. It's been posted
several times by Arnd and no dissent was raised, but nobody seemed
interested to pick it up. So here it is, as the topmost patch."
* tag 'fixes-nc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc: (70 commits)
Turn off -Wmaybe-uninitialized when building with -Os
ARM: orion5x: include linux/cpu.h
ARM: tegra: call cpu_do_idle from C code
ARM: u300: fix ages old copy/paste bug
ARM: OMAP2+: add dependencies on ARCH_MULTI_V6/V7
ARM: tegra: solve adr range issue with THUMB2_KERNEL enabled
ARM: tegra: fix relocation truncated error when THUMB2_KERNEL enabled
ARM: tegra: fix build error when THUMB2_KERNEL enabled
ARM: msm: Fix uncompess.h tx underrun check
ARM: vexpress: Remove A9 PMU compatible values for non-A9 platforms
ARM: cpuimx27 and mbimx27: prepend CONFIG_ to Kconfig macro
ARM: OMAP2+: fix typo "CONFIG_BRIDGE_DVFS"
ARM: OMAP1: remove "config MACH_OMAP_HTCWIZARD"
ARM: mach-imx: mach-imx6q: Fix sparse warnings
ARM: mach-imx: src: Include "common.h
ARM: mach-imx: gpc: Include "common.h"
ARM: mach-imx: avic: Staticize *avic_base
ARM: mach-imx: tzic: Staticize *tzic_base
ARM: mach-imx: clk: Include "clk.h"
ARM: mach-imx: clk-busy: Staticize clk_busy_mux_ops
...
2013-05-02 15:56:55 +00:00
|
|
|
reg = <0x80157000 0x2000>, <0x801b0000 0x8000>, <0x801b8000 0x1000>;
|
2013-03-26 10:26:15 +00:00
|
|
|
reg-names = "prcmu", "prcmu-tcpm", "prcmu-tcdm";
|
2013-05-29 17:15:39 +00:00
|
|
|
interrupts = <0 47 IRQ_TYPE_LEVEL_HIGH>;
|
2012-03-15 16:46:17 +00:00
|
|
|
#address-cells = <1>;
|
2012-04-24 09:00:15 +00:00
|
|
|
#size-cells = <1>;
|
2012-08-03 14:42:25 +00:00
|
|
|
interrupt-controller;
|
|
|
|
#interrupt-cells = <2>;
|
2012-04-24 09:00:15 +00:00
|
|
|
ranges;
|
|
|
|
|
2012-05-28 08:50:49 +00:00
|
|
|
prcmu-timer-4@80157450 {
|
2012-04-24 09:00:15 +00:00
|
|
|
compatible = "stericsson,db8500-prcmu-timer-4";
|
|
|
|
reg = <0x80157450 0xC>;
|
|
|
|
};
|
2012-03-15 16:46:17 +00:00
|
|
|
|
2012-11-15 10:56:43 +00:00
|
|
|
thermal@801573c0 {
|
|
|
|
compatible = "stericsson,db8500-thermal";
|
|
|
|
reg = <0x801573c0 0x40>;
|
2013-05-29 17:15:39 +00:00
|
|
|
interrupts = <21 IRQ_TYPE_LEVEL_HIGH>,
|
|
|
|
<22 IRQ_TYPE_LEVEL_HIGH>;
|
2012-11-15 10:56:43 +00:00
|
|
|
interrupt-names = "IRQ_HOTMON_LOW", "IRQ_HOTMON_HIGH";
|
|
|
|
status = "disabled";
|
2013-06-06 11:21:15 +00:00
|
|
|
};
|
2012-11-15 10:56:43 +00:00
|
|
|
|
2012-05-04 12:32:34 +00:00
|
|
|
db8500-prcmu-regulators {
|
|
|
|
compatible = "stericsson,db8500-prcmu-regulator";
|
|
|
|
|
|
|
|
// DB8500_REGULATOR_VAPE
|
|
|
|
db8500_vape_reg: db8500_vape {
|
2012-06-20 12:23:05 +00:00
|
|
|
regulator-compatible = "db8500_vape";
|
2012-05-04 12:32:34 +00:00
|
|
|
regulator-always-on;
|
|
|
|
};
|
|
|
|
|
|
|
|
// DB8500_REGULATOR_VARM
|
|
|
|
db8500_varm_reg: db8500_varm {
|
2012-06-20 12:23:05 +00:00
|
|
|
regulator-compatible = "db8500_varm";
|
2012-05-04 12:32:34 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
// DB8500_REGULATOR_VMODEM
|
|
|
|
db8500_vmodem_reg: db8500_vmodem {
|
2012-06-20 12:23:05 +00:00
|
|
|
regulator-compatible = "db8500_vmodem";
|
2012-05-04 12:32:34 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
// DB8500_REGULATOR_VPLL
|
|
|
|
db8500_vpll_reg: db8500_vpll {
|
2012-06-20 12:23:05 +00:00
|
|
|
regulator-compatible = "db8500_vpll";
|
2012-05-04 12:32:34 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
// DB8500_REGULATOR_VSMPS1
|
|
|
|
db8500_vsmps1_reg: db8500_vsmps1 {
|
2012-06-20 12:23:05 +00:00
|
|
|
regulator-compatible = "db8500_vsmps1";
|
2012-05-04 12:32:34 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
// DB8500_REGULATOR_VSMPS2
|
|
|
|
db8500_vsmps2_reg: db8500_vsmps2 {
|
2012-06-20 12:23:05 +00:00
|
|
|
regulator-compatible = "db8500_vsmps2";
|
2012-05-04 12:32:34 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
// DB8500_REGULATOR_VSMPS3
|
|
|
|
db8500_vsmps3_reg: db8500_vsmps3 {
|
2012-06-20 12:23:05 +00:00
|
|
|
regulator-compatible = "db8500_vsmps3";
|
2012-05-04 12:32:34 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
// DB8500_REGULATOR_VRF1
|
|
|
|
db8500_vrf1_reg: db8500_vrf1 {
|
2012-06-20 12:23:05 +00:00
|
|
|
regulator-compatible = "db8500_vrf1";
|
2012-05-04 12:32:34 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
// DB8500_REGULATOR_SWITCH_SVAMMDSP
|
|
|
|
db8500_sva_mmdsp_reg: db8500_sva_mmdsp {
|
2012-06-20 12:23:05 +00:00
|
|
|
regulator-compatible = "db8500_sva_mmdsp";
|
2012-05-04 12:32:34 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
// DB8500_REGULATOR_SWITCH_SVAMMDSPRET
|
|
|
|
db8500_sva_mmdsp_ret_reg: db8500_sva_mmdsp_ret {
|
2012-06-20 12:23:05 +00:00
|
|
|
regulator-compatible = "db8500_sva_mmdsp_ret";
|
2012-05-04 12:32:34 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
// DB8500_REGULATOR_SWITCH_SVAPIPE
|
|
|
|
db8500_sva_pipe_reg: db8500_sva_pipe {
|
2012-06-20 12:23:05 +00:00
|
|
|
regulator-compatible = "db8500_sva_pipe";
|
2012-05-04 12:32:34 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
// DB8500_REGULATOR_SWITCH_SIAMMDSP
|
|
|
|
db8500_sia_mmdsp_reg: db8500_sia_mmdsp {
|
2012-06-20 12:23:05 +00:00
|
|
|
regulator-compatible = "db8500_sia_mmdsp";
|
2012-05-04 12:32:34 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
// DB8500_REGULATOR_SWITCH_SIAMMDSPRET
|
|
|
|
db8500_sia_mmdsp_ret_reg: db8500_sia_mmdsp_ret {
|
|
|
|
};
|
|
|
|
|
|
|
|
// DB8500_REGULATOR_SWITCH_SIAPIPE
|
|
|
|
db8500_sia_pipe_reg: db8500_sia_pipe {
|
2012-06-20 12:23:05 +00:00
|
|
|
regulator-compatible = "db8500_sia_pipe";
|
2012-05-04 12:32:34 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
// DB8500_REGULATOR_SWITCH_SGA
|
|
|
|
db8500_sga_reg: db8500_sga {
|
2012-06-20 12:23:05 +00:00
|
|
|
regulator-compatible = "db8500_sga";
|
2012-05-04 12:32:34 +00:00
|
|
|
vin-supply = <&db8500_vape_reg>;
|
|
|
|
};
|
|
|
|
|
|
|
|
// DB8500_REGULATOR_SWITCH_B2R2_MCDE
|
|
|
|
db8500_b2r2_mcde_reg: db8500_b2r2_mcde {
|
2012-06-20 12:23:05 +00:00
|
|
|
regulator-compatible = "db8500_b2r2_mcde";
|
2012-05-04 12:32:34 +00:00
|
|
|
vin-supply = <&db8500_vape_reg>;
|
|
|
|
};
|
|
|
|
|
|
|
|
// DB8500_REGULATOR_SWITCH_ESRAM12
|
|
|
|
db8500_esram12_reg: db8500_esram12 {
|
2012-06-20 12:23:05 +00:00
|
|
|
regulator-compatible = "db8500_esram12";
|
2012-05-04 12:32:34 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
// DB8500_REGULATOR_SWITCH_ESRAM12RET
|
|
|
|
db8500_esram12_ret_reg: db8500_esram12_ret {
|
2012-06-20 12:23:05 +00:00
|
|
|
regulator-compatible = "db8500_esram12_ret";
|
2012-05-04 12:32:34 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
// DB8500_REGULATOR_SWITCH_ESRAM34
|
|
|
|
db8500_esram34_reg: db8500_esram34 {
|
2012-06-20 12:23:05 +00:00
|
|
|
regulator-compatible = "db8500_esram34";
|
2012-05-04 12:32:34 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
// DB8500_REGULATOR_SWITCH_ESRAM34RET
|
|
|
|
db8500_esram34_ret_reg: db8500_esram34_ret {
|
2012-06-20 12:23:05 +00:00
|
|
|
regulator-compatible = "db8500_esram34_ret";
|
2012-05-04 12:32:34 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2013-03-12 08:39:01 +00:00
|
|
|
ab8500 {
|
2012-03-15 16:46:17 +00:00
|
|
|
compatible = "stericsson,ab8500";
|
2012-08-03 19:37:35 +00:00
|
|
|
interrupt-parent = <&intc>;
|
2013-05-29 17:15:39 +00:00
|
|
|
interrupts = <0 40 IRQ_TYPE_LEVEL_HIGH>;
|
2012-05-29 02:49:33 +00:00
|
|
|
interrupt-controller;
|
|
|
|
#interrupt-cells = <2>;
|
2012-05-29 06:29:53 +00:00
|
|
|
|
2013-06-18 08:51:57 +00:00
|
|
|
ab8500_gpio: ab8500-gpio {
|
|
|
|
gpio-controller;
|
|
|
|
#gpio-cells = <2>;
|
|
|
|
};
|
|
|
|
|
2012-05-26 06:03:48 +00:00
|
|
|
ab8500-rtc {
|
|
|
|
compatible = "stericsson,ab8500-rtc";
|
2013-05-29 17:15:39 +00:00
|
|
|
interrupts = <17 IRQ_TYPE_LEVEL_HIGH
|
|
|
|
18 IRQ_TYPE_LEVEL_HIGH>;
|
2012-05-26 06:03:48 +00:00
|
|
|
interrupt-names = "60S", "ALARM";
|
|
|
|
};
|
|
|
|
|
2012-05-28 08:59:26 +00:00
|
|
|
ab8500-gpadc {
|
|
|
|
compatible = "stericsson,ab8500-gpadc";
|
2013-05-29 17:15:39 +00:00
|
|
|
interrupts = <32 IRQ_TYPE_LEVEL_HIGH
|
|
|
|
39 IRQ_TYPE_LEVEL_HIGH>;
|
2012-05-28 08:59:26 +00:00
|
|
|
interrupt-names = "HW_CONV_END", "SW_CONV_END";
|
|
|
|
vddadc-supply = <&ab8500_ldo_tvout_reg>;
|
|
|
|
};
|
|
|
|
|
2012-11-19 02:45:41 +00:00
|
|
|
ab8500_battery: ab8500_battery {
|
|
|
|
stericsson,battery-type = "LIPO";
|
|
|
|
thermistor-on-batctrl;
|
|
|
|
};
|
|
|
|
|
|
|
|
ab8500_fg {
|
|
|
|
compatible = "stericsson,ab8500-fg";
|
|
|
|
battery = <&ab8500_battery>;
|
|
|
|
};
|
|
|
|
|
2012-11-19 03:16:58 +00:00
|
|
|
ab8500_btemp {
|
|
|
|
compatible = "stericsson,ab8500-btemp";
|
|
|
|
battery = <&ab8500_battery>;
|
|
|
|
};
|
|
|
|
|
2012-11-19 03:17:47 +00:00
|
|
|
ab8500_charger {
|
|
|
|
compatible = "stericsson,ab8500-charger";
|
|
|
|
battery = <&ab8500_battery>;
|
|
|
|
vddadc-supply = <&ab8500_ldo_tvout_reg>;
|
|
|
|
};
|
|
|
|
|
2012-10-31 15:40:33 +00:00
|
|
|
ab8500_chargalg {
|
|
|
|
compatible = "stericsson,ab8500-chargalg";
|
|
|
|
battery = <&ab8500_battery>;
|
|
|
|
};
|
|
|
|
|
2012-11-19 02:45:41 +00:00
|
|
|
ab8500_usb {
|
2012-05-03 13:40:24 +00:00
|
|
|
compatible = "stericsson,ab8500-usb";
|
2013-05-29 17:15:39 +00:00
|
|
|
interrupts = < 90 IRQ_TYPE_LEVEL_HIGH
|
|
|
|
96 IRQ_TYPE_LEVEL_HIGH
|
|
|
|
14 IRQ_TYPE_LEVEL_HIGH
|
|
|
|
15 IRQ_TYPE_LEVEL_HIGH
|
|
|
|
79 IRQ_TYPE_LEVEL_HIGH
|
|
|
|
74 IRQ_TYPE_LEVEL_HIGH
|
|
|
|
75 IRQ_TYPE_LEVEL_HIGH>;
|
2012-05-03 13:40:24 +00:00
|
|
|
interrupt-names = "ID_WAKEUP_R",
|
|
|
|
"ID_WAKEUP_F",
|
|
|
|
"VBUS_DET_F",
|
|
|
|
"VBUS_DET_R",
|
|
|
|
"USB_LINK_STATUS",
|
|
|
|
"USB_ADP_PROBE_PLUG",
|
|
|
|
"USB_ADP_PROBE_UNPLUG";
|
2013-04-09 09:16:56 +00:00
|
|
|
vddulpivio18-supply = <&ab8500_ldo_intcore_reg>;
|
2012-05-03 13:40:24 +00:00
|
|
|
v-ape-supply = <&db8500_vape_reg>;
|
|
|
|
musb_1v8-supply = <&db8500_vsmps2_reg>;
|
|
|
|
};
|
|
|
|
|
2012-05-02 07:45:40 +00:00
|
|
|
ab8500-ponkey {
|
2012-08-09 12:00:12 +00:00
|
|
|
compatible = "stericsson,ab8500-poweron-key";
|
2013-05-29 17:15:39 +00:00
|
|
|
interrupts = <6 IRQ_TYPE_LEVEL_HIGH
|
|
|
|
7 IRQ_TYPE_LEVEL_HIGH>;
|
2012-05-02 07:45:40 +00:00
|
|
|
interrupt-names = "ONKEY_DBF", "ONKEY_DBR";
|
|
|
|
};
|
|
|
|
|
2012-05-03 11:53:55 +00:00
|
|
|
ab8500-sysctrl {
|
|
|
|
compatible = "stericsson,ab8500-sysctrl";
|
|
|
|
};
|
|
|
|
|
2012-05-03 12:03:59 +00:00
|
|
|
ab8500-pwm {
|
|
|
|
compatible = "stericsson,ab8500-pwm";
|
|
|
|
};
|
|
|
|
|
2012-05-01 15:11:19 +00:00
|
|
|
ab8500-debugfs {
|
|
|
|
compatible = "stericsson,ab8500-debug";
|
|
|
|
};
|
2012-05-29 06:29:53 +00:00
|
|
|
|
2012-07-25 11:50:13 +00:00
|
|
|
codec: ab8500-codec {
|
|
|
|
compatible = "stericsson,ab8500-codec";
|
|
|
|
|
2013-05-30 13:27:43 +00:00
|
|
|
V-AUD-supply = <&ab8500_ldo_audio_reg>;
|
|
|
|
V-AMIC1-supply = <&ab8500_ldo_anamic1_reg>;
|
|
|
|
V-AMIC2-supply = <&ab8500_ldo_anamic2_reg>;
|
|
|
|
V-DMIC-supply = <&ab8500_ldo_dmic_reg>;
|
|
|
|
|
2012-07-25 11:50:13 +00:00
|
|
|
stericsson,earpeice-cmv = <950>; /* Units in mV. */
|
|
|
|
};
|
|
|
|
|
2013-06-07 16:11:19 +00:00
|
|
|
ext_regulators: ab8500-ext-regulators {
|
|
|
|
compatible = "stericsson,ab8500-ext-regulator";
|
|
|
|
|
|
|
|
ab8500_ext1_reg: ab8500_ext1 {
|
|
|
|
regulator-compatible = "ab8500_ext1";
|
|
|
|
regulator-min-microvolt = <1800000>;
|
|
|
|
regulator-max-microvolt = <1800000>;
|
|
|
|
regulator-boot-on;
|
|
|
|
regulator-always-on;
|
|
|
|
};
|
|
|
|
|
|
|
|
ab8500_ext2_reg: ab8500_ext2 {
|
|
|
|
regulator-compatible = "ab8500_ext2";
|
|
|
|
regulator-min-microvolt = <1360000>;
|
|
|
|
regulator-max-microvolt = <1360000>;
|
|
|
|
regulator-boot-on;
|
|
|
|
regulator-always-on;
|
|
|
|
};
|
|
|
|
|
|
|
|
ab8500_ext3_reg: ab8500_ext3 {
|
|
|
|
regulator-compatible = "ab8500_ext3";
|
|
|
|
regulator-min-microvolt = <3400000>;
|
|
|
|
regulator-max-microvolt = <3400000>;
|
|
|
|
regulator-boot-on;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2012-05-29 06:29:53 +00:00
|
|
|
ab8500-regulators {
|
|
|
|
compatible = "stericsson,ab8500-regulator";
|
2013-06-07 16:11:20 +00:00
|
|
|
vin-supply = <&ab8500_ext3_reg>;
|
2012-05-29 06:29:53 +00:00
|
|
|
|
|
|
|
// supplies to the display/camera
|
|
|
|
ab8500_ldo_aux1_reg: ab8500_ldo_aux1 {
|
2012-06-20 12:23:05 +00:00
|
|
|
regulator-compatible = "ab8500_ldo_aux1";
|
2012-05-29 06:29:53 +00:00
|
|
|
regulator-min-microvolt = <2500000>;
|
|
|
|
regulator-max-microvolt = <2900000>;
|
|
|
|
regulator-boot-on;
|
|
|
|
/* BUG: If turned off MMC will be affected. */
|
|
|
|
regulator-always-on;
|
|
|
|
};
|
|
|
|
|
|
|
|
// supplies to the on-board eMMC
|
|
|
|
ab8500_ldo_aux2_reg: ab8500_ldo_aux2 {
|
2012-06-20 12:23:05 +00:00
|
|
|
regulator-compatible = "ab8500_ldo_aux2";
|
2012-05-29 06:29:53 +00:00
|
|
|
regulator-min-microvolt = <1100000>;
|
|
|
|
regulator-max-microvolt = <3300000>;
|
|
|
|
};
|
|
|
|
|
|
|
|
// supply for VAUX3; SDcard slots
|
|
|
|
ab8500_ldo_aux3_reg: ab8500_ldo_aux3 {
|
2012-06-20 12:23:05 +00:00
|
|
|
regulator-compatible = "ab8500_ldo_aux3";
|
2012-05-29 06:29:53 +00:00
|
|
|
regulator-min-microvolt = <1100000>;
|
|
|
|
regulator-max-microvolt = <3300000>;
|
|
|
|
};
|
|
|
|
|
|
|
|
// supply for v-intcore12; VINTCORE12 LDO
|
2013-04-09 09:16:56 +00:00
|
|
|
ab8500_ldo_intcore_reg: ab8500_ldo_intcore {
|
|
|
|
regulator-compatible = "ab8500_ldo_intcore";
|
2012-05-29 06:29:53 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
// supply for tvout; gpadc; TVOUT LDO
|
|
|
|
ab8500_ldo_tvout_reg: ab8500_ldo_tvout {
|
2012-06-20 12:23:05 +00:00
|
|
|
regulator-compatible = "ab8500_ldo_tvout";
|
2012-05-29 06:29:53 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
// supply for ab8500-usb; USB LDO
|
|
|
|
ab8500_ldo_usb_reg: ab8500_ldo_usb {
|
2012-06-20 12:23:05 +00:00
|
|
|
regulator-compatible = "ab8500_ldo_usb";
|
2012-05-29 06:29:53 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
// supply for ab8500-vaudio; VAUDIO LDO
|
|
|
|
ab8500_ldo_audio_reg: ab8500_ldo_audio {
|
2012-06-20 12:23:05 +00:00
|
|
|
regulator-compatible = "ab8500_ldo_audio";
|
2012-05-29 06:29:53 +00:00
|
|
|
};
|
|
|
|
|
2013-05-30 13:27:41 +00:00
|
|
|
// supply for v-anamic1 VAMIC1 LDO
|
2012-05-29 06:29:53 +00:00
|
|
|
ab8500_ldo_anamic1_reg: ab8500_ldo_anamic1 {
|
2012-06-20 12:23:05 +00:00
|
|
|
regulator-compatible = "ab8500_ldo_anamic1";
|
2012-05-29 06:29:53 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
// supply for v-amic2; VAMIC2 LDO; reuse constants for AMIC1
|
2013-05-30 13:27:42 +00:00
|
|
|
ab8500_ldo_anamic2_reg: ab8500_ldo_anamic2 {
|
|
|
|
regulator-compatible = "ab8500_ldo_anamic2";
|
2012-05-29 06:29:53 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
// supply for v-dmic; VDMIC LDO
|
|
|
|
ab8500_ldo_dmic_reg: ab8500_ldo_dmic {
|
2012-06-20 12:23:05 +00:00
|
|
|
regulator-compatible = "ab8500_ldo_dmic";
|
2012-05-29 06:29:53 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
// supply for U8500 CSI/DSI; VANA LDO
|
|
|
|
ab8500_ldo_ana_reg: ab8500_ldo_ana {
|
2012-06-20 12:23:05 +00:00
|
|
|
regulator-compatible = "ab8500_ldo_ana";
|
2012-05-29 06:29:53 +00:00
|
|
|
};
|
|
|
|
};
|
2012-03-15 16:46:17 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
i2c@80004000 {
|
2012-06-18 08:55:44 +00:00
|
|
|
compatible = "stericsson,db8500-i2c", "st,nomadik-i2c", "arm,primecell";
|
2012-03-15 16:46:17 +00:00
|
|
|
reg = <0x80004000 0x1000>;
|
2013-05-29 17:15:39 +00:00
|
|
|
interrupts = <0 21 IRQ_TYPE_LEVEL_HIGH>;
|
2012-10-24 10:07:02 +00:00
|
|
|
arm,primecell-periphid = <0x180024>;
|
|
|
|
|
2012-03-15 16:46:17 +00:00
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <0>;
|
2012-06-18 08:55:44 +00:00
|
|
|
v-i2c-supply = <&db8500_vape_reg>;
|
|
|
|
|
|
|
|
clock-frequency = <400000>;
|
2012-03-15 16:46:17 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
i2c@80122000 {
|
2012-06-18 08:55:44 +00:00
|
|
|
compatible = "stericsson,db8500-i2c", "st,nomadik-i2c", "arm,primecell";
|
2012-03-15 16:46:17 +00:00
|
|
|
reg = <0x80122000 0x1000>;
|
2013-05-29 17:15:39 +00:00
|
|
|
interrupts = <0 22 IRQ_TYPE_LEVEL_HIGH>;
|
2012-10-24 10:07:02 +00:00
|
|
|
arm,primecell-periphid = <0x180024>;
|
|
|
|
|
2012-03-15 16:46:17 +00:00
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <0>;
|
2012-06-18 08:55:44 +00:00
|
|
|
v-i2c-supply = <&db8500_vape_reg>;
|
|
|
|
|
|
|
|
clock-frequency = <400000>;
|
2012-03-15 16:46:17 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
i2c@80128000 {
|
2012-06-18 08:55:44 +00:00
|
|
|
compatible = "stericsson,db8500-i2c", "st,nomadik-i2c", "arm,primecell";
|
2012-03-15 16:46:17 +00:00
|
|
|
reg = <0x80128000 0x1000>;
|
2013-05-29 17:15:39 +00:00
|
|
|
interrupts = <0 55 IRQ_TYPE_LEVEL_HIGH>;
|
2012-10-24 10:07:02 +00:00
|
|
|
arm,primecell-periphid = <0x180024>;
|
|
|
|
|
2012-03-15 16:46:17 +00:00
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <0>;
|
2012-06-18 08:55:44 +00:00
|
|
|
v-i2c-supply = <&db8500_vape_reg>;
|
|
|
|
|
|
|
|
clock-frequency = <400000>;
|
2012-03-15 16:46:17 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
i2c@80110000 {
|
2012-06-18 08:55:44 +00:00
|
|
|
compatible = "stericsson,db8500-i2c", "st,nomadik-i2c", "arm,primecell";
|
2012-03-15 16:46:17 +00:00
|
|
|
reg = <0x80110000 0x1000>;
|
2013-05-29 17:15:39 +00:00
|
|
|
interrupts = <0 12 IRQ_TYPE_LEVEL_HIGH>;
|
2012-10-24 10:07:02 +00:00
|
|
|
arm,primecell-periphid = <0x180024>;
|
|
|
|
|
2012-03-15 16:46:17 +00:00
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <0>;
|
2012-06-18 08:55:44 +00:00
|
|
|
v-i2c-supply = <&db8500_vape_reg>;
|
|
|
|
|
|
|
|
clock-frequency = <400000>;
|
2012-03-15 16:46:17 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
i2c@8012a000 {
|
2012-06-18 08:55:44 +00:00
|
|
|
compatible = "stericsson,db8500-i2c", "st,nomadik-i2c", "arm,primecell";
|
2012-03-15 16:46:17 +00:00
|
|
|
reg = <0x8012a000 0x1000>;
|
2013-05-29 17:15:39 +00:00
|
|
|
interrupts = <0 51 IRQ_TYPE_LEVEL_HIGH>;
|
2012-10-24 10:07:02 +00:00
|
|
|
arm,primecell-periphid = <0x180024>;
|
|
|
|
|
2012-03-15 16:46:17 +00:00
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <0>;
|
2012-06-18 08:55:44 +00:00
|
|
|
v-i2c-supply = <&db8500_vape_reg>;
|
|
|
|
|
|
|
|
clock-frequency = <400000>;
|
2012-03-15 16:46:17 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
ssp@80002000 {
|
|
|
|
compatible = "arm,pl022", "arm,primecell";
|
2012-09-07 11:09:34 +00:00
|
|
|
reg = <0x80002000 0x1000>;
|
2013-05-29 17:15:39 +00:00
|
|
|
interrupts = <0 14 IRQ_TYPE_LEVEL_HIGH>;
|
2012-03-15 16:46:17 +00:00
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <0>;
|
|
|
|
status = "disabled";
|
|
|
|
};
|
|
|
|
|
|
|
|
uart@80120000 {
|
|
|
|
compatible = "arm,pl011", "arm,primecell";
|
|
|
|
reg = <0x80120000 0x1000>;
|
2013-05-29 17:15:39 +00:00
|
|
|
interrupts = <0 11 IRQ_TYPE_LEVEL_HIGH>;
|
2013-05-03 14:31:49 +00:00
|
|
|
|
|
|
|
dmas = <&dma 13 0 0x2>, /* Logical - DevToMem */
|
|
|
|
<&dma 13 0 0x0>; /* Logical - MemToDev */
|
|
|
|
dma-names = "rx", "tx";
|
|
|
|
|
2012-03-15 16:46:17 +00:00
|
|
|
status = "disabled";
|
|
|
|
};
|
2013-05-03 14:31:49 +00:00
|
|
|
|
2012-03-15 16:46:17 +00:00
|
|
|
uart@80121000 {
|
|
|
|
compatible = "arm,pl011", "arm,primecell";
|
|
|
|
reg = <0x80121000 0x1000>;
|
2013-05-29 17:15:39 +00:00
|
|
|
interrupts = <0 19 IRQ_TYPE_LEVEL_HIGH>;
|
2013-05-03 14:31:49 +00:00
|
|
|
|
|
|
|
dmas = <&dma 12 0 0x2>, /* Logical - DevToMem */
|
|
|
|
<&dma 12 0 0x0>; /* Logical - MemToDev */
|
|
|
|
dma-names = "rx", "tx";
|
|
|
|
|
2012-03-15 16:46:17 +00:00
|
|
|
status = "disabled";
|
|
|
|
};
|
2013-05-03 14:31:49 +00:00
|
|
|
|
2012-03-15 16:46:17 +00:00
|
|
|
uart@80007000 {
|
|
|
|
compatible = "arm,pl011", "arm,primecell";
|
|
|
|
reg = <0x80007000 0x1000>;
|
2013-05-29 17:15:39 +00:00
|
|
|
interrupts = <0 26 IRQ_TYPE_LEVEL_HIGH>;
|
2013-05-03 14:31:49 +00:00
|
|
|
|
|
|
|
dmas = <&dma 11 0 0x2>, /* Logical - DevToMem */
|
|
|
|
<&dma 11 0 0x0>; /* Logical - MemToDev */
|
|
|
|
dma-names = "rx", "tx";
|
|
|
|
|
2012-03-15 16:46:17 +00:00
|
|
|
status = "disabled";
|
|
|
|
};
|
|
|
|
|
2012-09-26 11:55:56 +00:00
|
|
|
sdi0_per1@80126000 {
|
2012-03-15 16:46:17 +00:00
|
|
|
compatible = "arm,pl18x", "arm,primecell";
|
|
|
|
reg = <0x80126000 0x1000>;
|
2013-05-29 17:15:39 +00:00
|
|
|
interrupts = <0 60 IRQ_TYPE_LEVEL_HIGH>;
|
2013-05-03 14:31:50 +00:00
|
|
|
|
|
|
|
dmas = <&dma 29 0 0x2>, /* Logical - DevToMem */
|
|
|
|
<&dma 29 0 0x0>; /* Logical - MemToDev */
|
|
|
|
dma-names = "rx", "tx";
|
|
|
|
|
2012-03-15 16:46:17 +00:00
|
|
|
status = "disabled";
|
|
|
|
};
|
2012-10-24 10:10:05 +00:00
|
|
|
|
2012-09-26 11:55:56 +00:00
|
|
|
sdi1_per2@80118000 {
|
2012-03-15 16:46:17 +00:00
|
|
|
compatible = "arm,pl18x", "arm,primecell";
|
|
|
|
reg = <0x80118000 0x1000>;
|
2013-05-29 17:15:39 +00:00
|
|
|
interrupts = <0 50 IRQ_TYPE_LEVEL_HIGH>;
|
2013-05-03 14:31:50 +00:00
|
|
|
|
|
|
|
dmas = <&dma 32 0 0x2>, /* Logical - DevToMem */
|
|
|
|
<&dma 32 0 0x0>; /* Logical - MemToDev */
|
|
|
|
dma-names = "rx", "tx";
|
|
|
|
|
2012-03-15 16:46:17 +00:00
|
|
|
status = "disabled";
|
|
|
|
};
|
2012-10-24 10:10:05 +00:00
|
|
|
|
2012-09-26 11:55:56 +00:00
|
|
|
sdi2_per3@80005000 {
|
2012-03-15 16:46:17 +00:00
|
|
|
compatible = "arm,pl18x", "arm,primecell";
|
|
|
|
reg = <0x80005000 0x1000>;
|
2013-05-29 17:15:39 +00:00
|
|
|
interrupts = <0 41 IRQ_TYPE_LEVEL_HIGH>;
|
2013-05-03 14:31:50 +00:00
|
|
|
|
|
|
|
dmas = <&dma 28 0 0x2>, /* Logical - DevToMem */
|
|
|
|
<&dma 28 0 0x0>; /* Logical - MemToDev */
|
|
|
|
dma-names = "rx", "tx";
|
|
|
|
|
2012-03-15 16:46:17 +00:00
|
|
|
status = "disabled";
|
|
|
|
};
|
2012-10-24 10:10:05 +00:00
|
|
|
|
2012-09-26 11:55:56 +00:00
|
|
|
sdi3_per2@80119000 {
|
2012-03-15 16:46:17 +00:00
|
|
|
compatible = "arm,pl18x", "arm,primecell";
|
|
|
|
reg = <0x80119000 0x1000>;
|
2013-05-29 17:15:39 +00:00
|
|
|
interrupts = <0 59 IRQ_TYPE_LEVEL_HIGH>;
|
2012-03-15 16:46:17 +00:00
|
|
|
status = "disabled";
|
|
|
|
};
|
2012-10-24 10:10:05 +00:00
|
|
|
|
2012-09-26 11:55:56 +00:00
|
|
|
sdi4_per2@80114000 {
|
2012-03-15 16:46:17 +00:00
|
|
|
compatible = "arm,pl18x", "arm,primecell";
|
|
|
|
reg = <0x80114000 0x1000>;
|
2013-05-29 17:15:39 +00:00
|
|
|
interrupts = <0 99 IRQ_TYPE_LEVEL_HIGH>;
|
2013-05-03 14:31:50 +00:00
|
|
|
|
|
|
|
dmas = <&dma 42 0 0x2>, /* Logical - DevToMem */
|
|
|
|
<&dma 42 0 0x0>; /* Logical - MemToDev */
|
|
|
|
dma-names = "rx", "tx";
|
|
|
|
|
2012-03-15 16:46:17 +00:00
|
|
|
status = "disabled";
|
|
|
|
};
|
2012-10-24 10:10:05 +00:00
|
|
|
|
2012-09-26 11:55:56 +00:00
|
|
|
sdi5_per3@80008000 {
|
2012-03-15 16:46:17 +00:00
|
|
|
compatible = "arm,pl18x", "arm,primecell";
|
2012-10-24 10:10:05 +00:00
|
|
|
reg = <0x80008000 0x1000>;
|
2013-05-29 17:15:39 +00:00
|
|
|
interrupts = <0 100 IRQ_TYPE_LEVEL_HIGH>;
|
2012-03-15 16:46:17 +00:00
|
|
|
status = "disabled";
|
|
|
|
};
|
2012-04-24 09:53:18 +00:00
|
|
|
|
2012-07-31 11:37:16 +00:00
|
|
|
msp0: msp@80123000 {
|
|
|
|
compatible = "stericsson,ux500-msp-i2s";
|
|
|
|
reg = <0x80123000 0x1000>;
|
2013-05-29 17:15:39 +00:00
|
|
|
interrupts = <0 31 IRQ_TYPE_LEVEL_HIGH>;
|
2012-07-31 11:37:16 +00:00
|
|
|
v-ape-supply = <&db8500_vape_reg>;
|
|
|
|
status = "disabled";
|
|
|
|
};
|
|
|
|
|
|
|
|
msp1: msp@80124000 {
|
|
|
|
compatible = "stericsson,ux500-msp-i2s";
|
|
|
|
reg = <0x80124000 0x1000>;
|
2013-05-29 17:15:39 +00:00
|
|
|
interrupts = <0 62 IRQ_TYPE_LEVEL_HIGH>;
|
2012-07-31 11:37:16 +00:00
|
|
|
v-ape-supply = <&db8500_vape_reg>;
|
|
|
|
status = "disabled";
|
|
|
|
};
|
|
|
|
|
|
|
|
// HDMI sound
|
|
|
|
msp2: msp@80117000 {
|
|
|
|
compatible = "stericsson,ux500-msp-i2s";
|
|
|
|
reg = <0x80117000 0x1000>;
|
2013-05-29 17:15:39 +00:00
|
|
|
interrupts = <0 98 IRQ_TYPE_LEVEL_HIGH>;
|
2012-07-31 11:37:16 +00:00
|
|
|
v-ape-supply = <&db8500_vape_reg>;
|
|
|
|
status = "disabled";
|
|
|
|
};
|
|
|
|
|
|
|
|
msp3: msp@80125000 {
|
|
|
|
compatible = "stericsson,ux500-msp-i2s";
|
|
|
|
reg = <0x80125000 0x1000>;
|
2013-05-29 17:15:39 +00:00
|
|
|
interrupts = <0 62 IRQ_TYPE_LEVEL_HIGH>;
|
2012-07-31 11:37:16 +00:00
|
|
|
v-ape-supply = <&db8500_vape_reg>;
|
|
|
|
status = "disabled";
|
|
|
|
};
|
|
|
|
|
2012-04-24 09:53:18 +00:00
|
|
|
external-bus@50000000 {
|
|
|
|
compatible = "simple-bus";
|
|
|
|
reg = <0x50000000 0x4000000>;
|
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <1>;
|
|
|
|
ranges = <0 0x50000000 0x4000000>;
|
|
|
|
status = "disabled";
|
|
|
|
};
|
2012-11-15 10:56:43 +00:00
|
|
|
|
|
|
|
cpufreq-cooling {
|
|
|
|
compatible = "stericsson,db8500-cpufreq-cooling";
|
|
|
|
status = "disabled";
|
|
|
|
};
|
|
|
|
|
2012-10-24 10:18:14 +00:00
|
|
|
vmmci: regulator-gpio {
|
|
|
|
compatible = "regulator-gpio";
|
|
|
|
|
|
|
|
regulator-min-microvolt = <1800000>;
|
2012-12-06 14:00:01 +00:00
|
|
|
regulator-max-microvolt = <2900000>;
|
2012-10-24 10:18:14 +00:00
|
|
|
regulator-name = "mmci-reg";
|
|
|
|
regulator-type = "voltage";
|
|
|
|
|
2012-12-07 13:46:01 +00:00
|
|
|
startup-delay-us = <100>;
|
2012-12-06 15:00:46 +00:00
|
|
|
enable-active-high;
|
|
|
|
|
2012-10-24 10:18:14 +00:00
|
|
|
states = <1800000 0x1
|
|
|
|
2900000 0x0>;
|
2012-11-15 13:02:16 +00:00
|
|
|
|
|
|
|
status = "disabled";
|
2012-10-24 10:18:14 +00:00
|
|
|
};
|
2013-05-16 11:27:21 +00:00
|
|
|
|
|
|
|
cryp@a03cb000 {
|
|
|
|
compatible = "stericsson,ux500-cryp";
|
|
|
|
reg = <0xa03cb000 0x1000>;
|
2013-05-29 17:15:39 +00:00
|
|
|
interrupts = <0 15 IRQ_TYPE_LEVEL_HIGH>;
|
2013-05-16 11:27:21 +00:00
|
|
|
|
|
|
|
v-ape-supply = <&db8500_vape_reg>;
|
|
|
|
};
|
2013-05-16 11:27:22 +00:00
|
|
|
|
|
|
|
hash@a03c2000 {
|
|
|
|
compatible = "stericsson,ux500-hash";
|
|
|
|
reg = <0xa03c2000 0x1000>;
|
|
|
|
|
|
|
|
v-ape-supply = <&db8500_vape_reg>;
|
|
|
|
};
|
2012-03-02 23:07:21 +00:00
|
|
|
};
|
|
|
|
};
|