All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/4] ARM: dts: at91: sam9x60: add onewire node
@ 2019-09-30  7:28 Eugen.Hristev at microchip.com
  2019-09-30  7:28 ` [U-Boot] [PATCH 2/4] ARM: dts: at91: sam9x60ek: add onewire support Eugen.Hristev at microchip.com
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Eugen.Hristev at microchip.com @ 2019-09-30  7:28 UTC (permalink / raw)
  To: u-boot

From: Eugen Hristev <eugen.hristev@microchip.com>

Add onewire node for w1 support.

Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>
---
 arch/arm/dts/sam9x60.dtsi | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/arch/arm/dts/sam9x60.dtsi b/arch/arm/dts/sam9x60.dtsi
index 9c16ba1..e01539e 100644
--- a/arch/arm/dts/sam9x60.dtsi
+++ b/arch/arm/dts/sam9x60.dtsi
@@ -22,6 +22,7 @@
 		serial0 = &dbgu;
 		gpio0 = &pioA;
 		gpio1 = &pioB;
+		gpio3 = &pioD;
 		spi0 = &qspi;
 	};
 
@@ -155,6 +156,14 @@
 				clocks = <&pioB_clk>;
 			};
 
+			pioD: gpio at fffffa00 {
+				compatible = "atmel,at91sam9x5-gpio", "atmel,at91rm9200-gpio";
+				reg = <0xfffffa00 0x200>;
+				#gpio-cells = <2>;
+				gpio-controller;
+				clocks = <&pioD_clk>;
+			};
+
 			pmc: pmc at fffffc00 {
 				compatible = "atmel,at91sam9x5-pmc";
 				reg = <0xfffffc00 0x200>;
@@ -212,6 +221,11 @@
 						reg = <3>;
 					};
 
+					pioD_clk: pioD_clk {
+						#clock-cells = <0>;
+						reg = <44>;
+					};
+
 					sdhci0_clk: sdhci0_clk {
 						#clock-cells = <0>;
 						reg = <12>;
@@ -282,4 +296,9 @@
 			};
 		};
 	};
+
+	onewire_tm: onewire {
+		compatible = "w1-gpio";
+		status = "disabled";
+	};
 };
-- 
2.7.4

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

end of thread, other threads:[~2019-10-07  6:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-30  7:28 [U-Boot] [PATCH 1/4] ARM: dts: at91: sam9x60: add onewire node Eugen.Hristev at microchip.com
2019-09-30  7:28 ` [U-Boot] [PATCH 2/4] ARM: dts: at91: sam9x60ek: add onewire support Eugen.Hristev at microchip.com
2019-09-30  7:29 ` [U-Boot] [PATCH 3/4] board: atmel: sam9x60ek: add support for PDA detection Eugen.Hristev at microchip.com
2019-09-30  7:29 ` [U-Boot] [PATCH 4/4] configs: sam9x60ek: enable onewire support Eugen.Hristev at microchip.com
2019-10-07  6:45 ` [U-Boot] [PATCH 1/4] ARM: dts: at91: sam9x60: add onewire node Eugen.Hristev at microchip.com

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.