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