All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] ARM: at91/dt: sama5d2: add pdmic node
@ 2015-12-22  9:26 ` Songjun Wu
  0 siblings, 0 replies; 8+ messages in thread
From: Songjun Wu @ 2015-12-22  9:26 UTC (permalink / raw)
  To: nicolas.ferre
  Cc: Ludovic.Desroches, Songjun Wu, Alexandre Belloni,
	Jean-Christophe Plagniol-Villard, Rob Herring, Pawel Moll,
	Mark Rutland, Ian Campbell, Kumar Gala, Russell King,
	linux-arm-kernel, devicetree, linux-kernel

Add pdmic node.`

Signed-off-by: Songjun Wu <songjun.wu@atmel.com>
---

 arch/arm/boot/dts/sama5d2.dtsi |   24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/arch/arm/boot/dts/sama5d2.dtsi b/arch/arm/boot/dts/sama5d2.dtsi
index 545264b..3f750f6 100644
--- a/arch/arm/boot/dts/sama5d2.dtsi
+++ b/arch/arm/boot/dts/sama5d2.dtsi
@@ -637,6 +637,12 @@
 						atmel,clk-output-range = <0 83000000>;
 					};
 
+					pdmic_clk: pdmic_clk {
+						#clock-cells = <0>;
+						reg = <48>;
+						atmel,clk-output-range = <0 83000000>;
+					};
+
 					i2s0_clk: i2s0_clk {
 						#clock-cells = <0>;
 						reg = <54>;
@@ -763,6 +769,11 @@
 						atmel,clk-output-range = <0 83000000>;
 					};
 
+					pdmic_gclk: pdmic_gclk {
+						#clock-cells = <0>;
+						reg = <48>;
+					};
+
 					i2s0_gclk: i2s0_gclk {
 						#clock-cells = <0>;
 						reg = <54>;
@@ -852,6 +863,19 @@
 				clock-names = "t0_clk", "slow_clk";
 			};
 
+			pdmic: pdmic@f8018000 {
+				compatible = "atmel,sama5d2-pdmic";
+				reg = <0xf8018000 0x124>;
+				interrupts = <48 IRQ_TYPE_LEVEL_HIGH 7>;
+				dmas = <&dma0
+					(AT91_XDMAC_DT_MEM_IF(0) | AT91_XDMAC_DT_PER_IF(1)
+					| AT91_XDMAC_DT_PERID(50))>;
+				dma-names = "rx";
+				clocks = <&pdmic_clk>, <&pdmic_gclk>;
+				clock-names = "pclk", "gclk";
+				status = "disabled";
+			};
+
 			uart0: serial@f801c000 {
 				compatible = "atmel,at91sam9260-usart";
 				reg = <0xf801c000 0x100>;
-- 
1.7.9.5


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2015-12-22 19:08 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-22  9:26 [PATCH 1/2] ARM: at91/dt: sama5d2: add pdmic node Songjun Wu
2015-12-22  9:26 ` Songjun Wu
2015-12-22  9:26 ` Songjun Wu
2015-12-22  9:26 ` [PATCH 2/2] ARM: at91/dt: sama5d2 Xplained: " Songjun Wu
2015-12-22  9:26   ` Songjun Wu
2015-12-22  9:26   ` Songjun Wu
2015-12-22 19:07 ` [PATCH 1/2] ARM: at91/dt: sama5d2: " Alexandre Belloni
2015-12-22 19:07   ` Alexandre Belloni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.