summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/staging/ion/imx-ion-pool.txt
blob: 31caca806fa11645cddf2787282ec4ee10706d43 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Freescale reserved memory regions

iMX reserved memory pool, being merged into cma region

Required properties
- compatible: "imx-ion-pool"

Required properties:
 - reg: (standard definition) static memory range


Example:
  vpu_region: imx_ion@2 {
    compatible = "imx-ion-pool";
    reg = <0x0 0xe4000000 0 0x02000000>;
  };