mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 04:48:04 +09:00
doc: dt: add dt-bindings for rockchip ion driver
Change-Id: Ia2ec4985ead6ee986dce9bdb6ac910373ec1cd18 Signed-off-by: Xu Jianqun <jay.xu@rock-chips.com>
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
* Rockchip Ion driver
|
||||
|
||||
Required properties:
|
||||
- compatible: Should be "rockchip,ion"
|
||||
|
||||
Optional properties:
|
||||
- cma-heap: Allocate continous physicall region.
|
||||
Should define reg with two u32 values:
|
||||
- reg0: base address of cma region
|
||||
- reg1: size of cma region
|
||||
- system-heap: Allocate continous virtual region
|
||||
|
||||
Examples:
|
||||
ion {
|
||||
compatible = "rockchip,ion";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
|
||||
cma-heap {
|
||||
reg = <0x00000000 0x02000000>;
|
||||
};
|
||||
|
||||
system-heap {
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user