We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba7eb10 commit 2c22d7cCopy full SHA for 2c22d7c
dts/bindings/mtd/infineon,xmc4xxx-nv-flash.yaml
@@ -0,0 +1,22 @@
1
+# Copyright (c) 2022, Schlumberger
2
+# SPDX-License-Identifier: Apache-2.0
3
+
4
+description: XMC4XXX flash
5
6
+compatible: "infineon,xmc4xxx-nv-flash"
7
8
+include: soc-nv-flash.yaml
9
10
+child-binding:
11
+ description: Flash page layout description
12
+ child-binding:
13
+ description: Individual flash page layout entry
14
+ properties:
15
+ pages-count:
16
+ description: Number of consecutive pages with size pages-size bytes
17
+ type: int
18
+ required: true
19
20
+ pages-size:
21
22
0 commit comments