mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 20:32:04 +09:00
ARM: rk3228: dts: add SDCard/SDIO/eMMC DTS node for RK3228 SDK board
Change-Id: I32b778c73a7aeb9461c462b0328f98eca0a06fdc Signed-off-by: xiaoyao <xiaoyao@rock-chips.com>
This commit is contained in:
@@ -11,3 +11,38 @@
|
||||
status = "disabled";
|
||||
};
|
||||
};
|
||||
|
||||
&emmc {
|
||||
clock-frequency = <50000000>;
|
||||
clock-freq-min-max = <400000 50000000>;
|
||||
supports-highspeed;
|
||||
supports-emmc;
|
||||
bootpart-no-access;
|
||||
supports-DDR_MODE;
|
||||
ignore-pm-notify;
|
||||
keep-power-in-suspend;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&sdmmc {
|
||||
clock-frequency = <37500000>;
|
||||
clock-freq-min-max = <400000 37500000>;
|
||||
supports-highspeed;
|
||||
supports-sd;
|
||||
broken-cd;
|
||||
card-detect-delay = <200>;
|
||||
ignore-pm-notify;
|
||||
keep-power-in-suspend;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&sdio {
|
||||
clock-frequency = <37500000>;
|
||||
clock-freq-min-max = <200000 37500000>;
|
||||
supports-highspeed;
|
||||
supports-sdio;
|
||||
ignore-pm-notify;
|
||||
keep-power-in-suspend;
|
||||
cap-sdio-irq;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user