Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 68671d5f authored by Songjun Wu's avatar Songjun Wu Committed by Alexandre Belloni
Browse files

ARM: dts: at91: sama5d2: add isc node



Add isc node, it conflicts with pdmic and uart3.

Signed-off-by: default avatarSongjun Wu <songjun.wu@microchip.com>
[claudiu.beznea@microchip.com: place isc node after hlcdc node]
Signed-off-by: default avatarClaudiu Beznea <claudiu.beznea@microchip.com>
Acked-by: default avatarNicolas Ferre <nicolas.ferre@microchip.com>
Acked-by: default avatarLudovic Desroches <ludovic.desroches@microchip.com>
Signed-off-by: default avatarAlexandre Belloni <alexandre.belloni@free-electrons.com>
parent b23612d1
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -416,6 +416,17 @@
				};
			};

			isc: isc@f0008000 {
				compatible = "atmel,sama5d2-isc";
				reg = <0xf0008000 0x4000>;
				interrupts = <46 IRQ_TYPE_LEVEL_HIGH 5>;
				clocks = <&isc_clk>, <&iscck>, <&isc_gclk>;
				clock-names = "hclock", "iscck", "gck";
				#clock-cells = <0>;
				clock-output-names = "isc-mck";
				status = "disabled";
			};

			ramc0: ramc@f000c000 {
				compatible = "atmel,sama5d3-ddramc";
				reg = <0xf000c000 0x200>;
@@ -925,6 +936,11 @@
						atmel,clk-output-range = <0 83000000>;
					};

					isc_gclk: isc_gclk {
						#clock-cells = <0>;
						reg = <46>;
					};

					pdmic_gclk: pdmic_gclk {
						#clock-cells = <0>;
						reg = <48>;