kernel/arch/arm/boot/dts/at91sam9x25.dtsi
.. .. @@ -1,9 +1,8 @@ 1 +// SPDX-License-Identifier: GPL-2.0-only1 2 /* 2 3 * at91sam9x25.dtsi - Device Tree Include file for AT91SAM9X25 SoC 3 4 * 4 5 * Copyright (C) 2012 Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 5 - *6 - * Licensed under GPLv2.7 6 */ 8 7 9 8 #include "at91sam9x5.dtsi" .. .. @@ -27,6 +26,10 @@ 27 26 0x003fffff 0x003f8000 0x00000000 /* pioD */ 28 27 >; 29 28 }; 29 +30 + pmc: pmc@fffffc00 {31 + compatible = "atmel,at91sam9x25-pmc", "atmel,at91sam9x5-pmc", "syscon";32 + };30 33 }; 31 34 }; 32 35 };