Files
build/patch/kernel/archive/rockchip-6.17/overlay/rk322x-emmc-pins.dtso
Paolo Sabatino 29317c6f7e update rockchip 32 bit edge kernel to 6.17
* import new layout for libreelec patches (no more mbox)
* refactor existing patches to kernel 6.17
* fix uboot issue causing VOP IOMMU page fault and no screen
2025-09-18 22:48:06 +02:00

35 lines
576 B
Plaintext

/dts-v1/;
/plugin/;
#include <dt-bindings/gpio/gpio.h>
#include <dt-bindings/pinctrl/rockchip.h>
&{/} {
emmc_pwrseq: emmc-pwrseq {
compatible = "mmc-pwrseq-emmc";
reset-gpios = <&gpio2 RK_PA5 GPIO_ACTIVE_LOW>;
};
sdmmc_pwrseq: sdmmc-pwrseq {
compatible = "mmc-pwrseq-emmc";
reset-gpios = <&gpio1 RK_PB6 GPIO_ACTIVE_LOW>;
};
};
&emmc {
status = "okay";
pinctrl-names = "default";
pinctrl-0 = <&emmc_clk &emmc_cmd &emmc_bus8 &emmc_pwr &emmc_rst>;
mmc-pwrseq = <&emmc_pwrseq>;
};
&sdmmc {
mmc-pwrseq = <&sdmmc_pwrseq>;
};
&nfc {
status = "disabled";
};