riscv: dts: spacemit: Enable PDMA on Banana Pi F3 and Milkv Jupiter

Enable the PDMA on the SpacemiT K1-based Banana Pi F3 and Milkv Jupiter
boards by setting its status to "okay".

Signed-off-by: Guodong Xu <guodong@riscstar.com>
Link: https://lore.kernel.org/r/20250822-working_dma_0701_v2-v5-7-f5c0eda734cc@riscstar.com
Signed-off-by: Yixun Lan <dlan@gentoo.org>
This commit is contained in:
Guodong Xu 2025-08-22 11:06:33 +08:00 committed by Yixun Lan
parent 81d79ad0dd
commit 0e28eab0ca
No known key found for this signature in database
GPG Key ID: 31AAEA47594DBBED
2 changed files with 8 additions and 0 deletions

View File

@ -40,6 +40,10 @@ &emmc {
status = "okay";
};
&pdma {
status = "okay";
};
&uart0 {
pinctrl-names = "default";
pinctrl-0 = <&uart0_2_cfg>;

View File

@ -20,6 +20,10 @@ chosen {
};
};
&pdma {
status = "okay";
};
&uart0 {
pinctrl-names = "default";
pinctrl-0 = <&uart0_2_cfg>;