mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-23 23:55:54 +00:00
16 lines
340 B
Plaintext
16 lines
340 B
Plaintext
|
* Samsung eMMC reset
|
||
|
|
||
|
Some exynos boards require special handling of nRESET_OUT line for eMMC memory
|
||
|
to perform complete reboot.
|
||
|
|
||
|
Required properties:
|
||
|
- compatible: should be "samsung,emmc-reset"
|
||
|
- reset-gpio: gpio chip for eMMC reset.
|
||
|
|
||
|
Example:
|
||
|
|
||
|
emmc-reset {
|
||
|
compatible = "samsung,emmc-reset";
|
||
|
reset-gpio = <&gpk1 2 0>;
|
||
|
};
|