diff options
author | Tero Kristo <t-kristo@ti.com> | 2019-10-10 10:21:08 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2019-10-10 16:22:36 +0200 |
commit | a868da75fd8f925caaf7f5381b2dccff2a244986 (patch) | |
tree | 80b1cd69d8a27c5fe00add17fa570c05303cae1f /arch/arm/boot/dts/omap5.dtsi | |
parent | ARM: dts: am43xx: Add PRM data (diff) | |
download | linux-a868da75fd8f925caaf7f5381b2dccff2a244986.tar.xz linux-a868da75fd8f925caaf7f5381b2dccff2a244986.zip |
ARM: dts: omap5: Add PRM data
Add PRM data for OMAP54xx SoC. Initially this is used to provide reset
support, but will be expanded later to support also powerdomain control.
Signed-off-by: Tero Kristo <t-kristo@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/omap5.dtsi')
-rw-r--r-- | arch/arm/boot/dts/omap5.dtsi | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap5.dtsi b/arch/arm/boot/dts/omap5.dtsi index 1fb7937638f0..7329cb4b8c91 100644 --- a/arch/arm/boot/dts/omap5.dtsi +++ b/arch/arm/boot/dts/omap5.dtsi @@ -435,3 +435,29 @@ #include "omap5-l4-abe.dtsi" #include "omap54xx-clocks.dtsi" + +&prm { + prm_dsp: prm@400 { + compatible = "ti,omap5-prm-inst", "ti,omap-prm-inst"; + reg = <0x400 0x100>; + #reset-cells = <1>; + }; + + prm_core: prm@700 { + compatible = "ti,omap5-prm-inst", "ti,omap-prm-inst"; + reg = <0x700 0x100>; + #reset-cells = <1>; + }; + + prm_iva: prm@1200 { + compatible = "ti,omap5-prm-inst", "ti,omap-prm-inst"; + reg = <0x1200 0x100>; + #reset-cells = <1>; + }; + + prm_device: prm@1c00 { + compatible = "ti,omap5-prm-inst", "ti,omap-prm-inst"; + reg = <0x1c00 0x100>; + #reset-cells = <1>; + }; +}; |