Commit 1ba8994f authored by Nicolas Ferre's avatar Nicolas Ferre Committed by Ludovic Desroches
Browse files

ARM: dts: at91: sama5d2: add labels to soc dtsi for derivative boards



This adds labels to commonly used device-tree nodes so that derivative
boards can avoid ahb/apb hierarchy.

Signed-off-by: default avatarNicolas Ferre <nicolas.ferre@microchip.com>
Signed-off-by: default avatarAlexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: default avatarLudovic Desroches <ludovic.desroches@microchip.com>
parent 9e98c678
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -688,13 +688,13 @@
				ranges = <0 0xf8044000 0x1420>;
			};

			rstc@f8048000 {
			reset_controller: rstc@f8048000 {
				compatible = "atmel,sama5d3-rstc";
				reg = <0xf8048000 0x10>;
				clocks = <&clk32k>;
			};

			shdwc@f8048010 {
			shutdown_controller: shdwc@f8048010 {
				compatible = "atmel,sama5d2-shdwc";
				reg = <0xf8048010 0x10>;
				clocks = <&clk32k>;
@@ -710,7 +710,7 @@
				clocks = <&pmc PMC_TYPE_CORE PMC_MCK2>;
			};

			watchdog@f8048040 {
			watchdog: watchdog@f8048040 {
				compatible = "atmel,sama5d4-wdt";
				reg = <0xf8048040 0x10>;
				interrupts = <4 IRQ_TYPE_LEVEL_HIGH 7>;