summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/arm/atmel-pmc.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dts/Bindings/arm/atmel-pmc.txt')
-rw-r--r--dts/Bindings/arm/atmel-pmc.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/dts/Bindings/arm/atmel-pmc.txt b/dts/Bindings/arm/atmel-pmc.txt
new file mode 100644
index 0000000000..389bed5056
--- /dev/null
+++ b/dts/Bindings/arm/atmel-pmc.txt
@@ -0,0 +1,11 @@
+* Power Management Controller (PMC)
+
+Required properties:
+- compatible: Should be "atmel,at91rm9200-pmc"
+- reg: Should contain PMC registers location and length
+
+Examples:
+ pmc: pmc@fffffc00 {
+ compatible = "atmel,at91rm9200-pmc";
+ reg = <0xfffffc00 0x100>;
+ };