forked from Minki/linux
18 lines
496 B
Plaintext
18 lines
496 B
Plaintext
|
* Samsung Exynos Power Domains
|
||
|
|
||
|
Exynos processors include support for multiple power domains which are used
|
||
|
to gate power to one or more peripherals on the processor.
|
||
|
|
||
|
Required Properties:
|
||
|
- compatiable: should be one of the following.
|
||
|
* samsung,exynos4210-pd - for exynos4210 type power domain.
|
||
|
- reg: physical base address of the controller and length of memory mapped
|
||
|
region.
|
||
|
|
||
|
Example:
|
||
|
|
||
|
lcd0: power-domain-lcd0 {
|
||
|
compatible = "samsung,exynos4210-pd";
|
||
|
reg = <0x10023C00 0x10>;
|
||
|
};
|