dt-bindings: sram: Allow numbers in sram region node name
[linux-2.6-microblaze.git] / Documentation / devicetree / bindings / sram / sram.yaml
index 3eda504..939cf24 100644 (file)
@@ -60,7 +60,7 @@ properties:
     type: boolean
 
 patternProperties:
-  "^([a-z]*-)?sram(-section)?@[a-f0-9]+$":
+  "^([a-z0-9]*-)?sram(-section)?@[a-f0-9]+$":
     type: object
     description:
       Each child of the sram node specifies a region of reserved memory.