From: Lee Jones <lee.jones-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
To: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Cc: kernel-F5mvAk5X5gdBDgjK7y7TUQ@public.gmane.org,
ohad-Ix1uc/W3ht7QT0dZR+AlfA@public.gmane.org,
devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
Lee Jones <lee.jones-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
Subject: [PATCH 3/4] ARM: STiH407: Add nodes for RemoteProc
Date: Wed, 26 Aug 2015 14:08:02 +0100 [thread overview]
Message-ID: <1440594483-29601-4-git-send-email-lee.jones@linaro.org> (raw)
In-Reply-To: <1440594483-29601-1-git-send-email-lee.jones-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
Signed-off-by: Lee Jones <lee.jones-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
---
arch/arm/boot/dts/stih407-family.dtsi | 48 +++++++++++++++++++++++++++++++++++
1 file changed, 48 insertions(+)
diff --git a/arch/arm/boot/dts/stih407-family.dtsi b/arch/arm/boot/dts/stih407-family.dtsi
index 33daa49..89a363c 100644
--- a/arch/arm/boot/dts/stih407-family.dtsi
+++ b/arch/arm/boot/dts/stih407-family.dtsi
@@ -608,5 +608,53 @@
status = "okay";
tx-only;
};
+
+ st231_gp0: st231-gp0@0 {
+ compatible = "st,st231-rproc";
+ reg = <0x40000000 0x01000000>;
+ reg-names = "carveout";
+ resets = <&softreset STIH407_ST231_GP0_SOFTRESET>;
+ reset-names = "sw_reset";
+ clocks = <&clk_s_c0_flexgen CLK_ST231_GP_0>;
+ clock-names = "rproc_clk";
+ clock-frequency = <600000000>;
+ st,syscfg-boot = <&syscfg_core 0x22C>;
+ };
+
+ st231_gp1: st231-gp1@0 {
+ compatible = "st,st231-rproc";
+ reg = <0x41000000 0x01000000>;
+ reg-names = "carveout";
+ resets = <&softreset STIH407_ST231_GP1_SOFTRESET>;
+ reset-names = "sw_reset";
+ clocks = <&clk_s_c0_flexgen CLK_ST231_GP_1>;
+ clock-names = "rproc_clk";
+ clock-frequency = <600000000>;
+ st,syscfg-boot = <&syscfg_core 0x220>;
+ };
+
+ st231_audio: st231-audio@0 {
+ compatible = "st,st231-rproc";
+ reg = <0x42000000 0x01000000>;
+ reg-names = "carveout";
+ resets = <&softreset STIH407_ST231_AUD_SOFTRESET>;
+ reset-names = "sw_reset";
+ clocks = <&clk_s_c0_flexgen CLK_ST231_AUD_0>;
+ clock-names = "rproc_clk";
+ clock-frequency = <600000000>;
+ st,syscfg-boot = <&syscfg_core 0x228>;
+ };
+
+ st231_dmu: st231-dmu@0 {
+ compatible = "st,st231-rproc";
+ reg = <0x43000000 0x01000000>;
+ reg-names = "carveout";
+ resets = <&softreset STIH407_ST231_DMU_SOFTRESET>;
+ reset-names = "sw_reset";
+ clocks = <&clk_s_c0_flexgen CLK_ST231_DMU>;
+ clock-names = "rproc_clk";
+ clock-frequency = <600000000>;
+ st,syscfg-boot = <&syscfg_core 0x224>;
+ };
};
};
--
1.9.1
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2015-08-26 13:08 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-26 13:07 [PATCH 0/4] remoteproc: Add driver for STMicroelectronics platforms Lee Jones
2015-08-26 13:08 ` [PATCH 1/4] remoteproc: dt: Provide bindings for ST's Remote Processor Controller driver Lee Jones
2015-08-26 15:59 ` Nathan Lynch
[not found] ` <55DDE25A.2050000-nmGgyN9QBj3QT0dZR+AlfA@public.gmane.org>
2015-08-26 16:40 ` Lee Jones
2015-08-26 13:08 ` [PATCH 2/4] remoteproc: Supply controller driver for ST's Remote Processors Lee Jones
2015-08-26 17:07 ` Nathan Lynch
[not found] ` <55DDF252.2010901-nmGgyN9QBj3QT0dZR+AlfA@public.gmane.org>
2015-08-27 6:45 ` Lee Jones
[not found] ` <1440594483-29601-1-git-send-email-lee.jones-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
2015-08-26 13:08 ` Lee Jones [this message]
2015-08-26 13:08 ` [PATCH 4/4] remoteproc: debugfs: Add ability to boot remote processor using debugfs Lee Jones
2015-08-26 17:08 ` Nathan Lynch
2015-08-27 6:44 ` Lee Jones
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1440594483-29601-4-git-send-email-lee.jones@linaro.org \
--to=lee.jones-qsej5fyqhm4dnm+yrofe0a@public.gmane.org \
--cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=kernel-F5mvAk5X5gdBDgjK7y7TUQ@public.gmane.org \
--cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=ohad-Ix1uc/W3ht7QT0dZR+AlfA@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).