linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: mike@mikebwilliams.com (Mike Williams)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 3/3] ARM: at91/dt: sama5d4: add trng node
Date: Tue,  3 May 2016 12:44:24 -0400	[thread overview]
Message-ID: <1462293864-32551-4-git-send-email-mike@mikebwilliams.com> (raw)
In-Reply-To: <1462293864-32551-1-git-send-email-mike@mikebwilliams.com>

Add node to support SAMA5D4 hardware random number generator.
---
 arch/arm/boot/dts/sama5d4.dtsi | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/arch/arm/boot/dts/sama5d4.dtsi b/arch/arm/boot/dts/sama5d4.dtsi
index db1151c..a95eb36 100644
--- a/arch/arm/boot/dts/sama5d4.dtsi
+++ b/arch/arm/boot/dts/sama5d4.dtsi
@@ -1202,6 +1202,13 @@
 				status = "disabled";
 			};
 
+			trng at fc030000 {
+				compatible = "atmel,at91sam9g45-trng";
+				reg = <0xfc030000 0x4000>;
+				interrupts = <53 IRQ_TYPE_LEVEL_HIGH 0>;
+				clocks = <&trng_clk>;
+			};
+
 			adc0: adc at fc034000 {
 				compatible = "atmel,at91sam9x5-adc";
 				reg = <0xfc034000 0x100>;
-- 
2.5.0

  parent reply	other threads:[~2016-05-03 16:44 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-03 16:44 [PATCH 0/3] ARM: at91/dt: add SAMA5 trng nodes Mike Williams
2016-05-03 16:44 ` [PATCH 1/3] ARM: at91/dt: sama5d2: add trng node Mike Williams
2016-05-06 13:29   ` Nicolas Ferre
2016-05-03 16:44 ` [PATCH 2/3] ARM: at91/dt: sama5d3: " Mike Williams
2016-05-03 16:44 ` Mike Williams [this message]
2016-05-06 13:24 ` [PATCH 0/3] ARM: at91/dt: add SAMA5 trng nodes Nicolas Ferre

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=1462293864-32551-4-git-send-email-mike@mikebwilliams.com \
    --to=mike@mikebwilliams.com \
    --cc=linux-arm-kernel@lists.infradead.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).