hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/arch/arm/boot/dts/at91sam9g25.dtsi
....@@ -1,9 +1,8 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * at91sam9g25.dtsi - Device Tree Include file for AT91SAM9G25 SoC
34 *
45 * Copyright (C) 2012 Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5
- *
6
- * Licensed under GPLv2.
76 */
87
98 #include "at91sam9x5.dtsi"
....@@ -26,6 +25,10 @@
2625 0x003fffff 0x003f8000 0x00000000 /* pioD */
2726 >;
2827 };
28
+
29
+ pmc: pmc@fffffc00 {
30
+ compatible = "atmel,at91sam9g25-pmc", "atmel,at91sam9x5-pmc", "syscon";
31
+ };
2932 };
3033 };
3134 };