forked from radxa-pkg/radxa-overlays
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* closes radxa-pkg#366
- Loading branch information
Showing
2 changed files
with
53 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
51 changes: 51 additions & 0 deletions
51
arch/arm64/boot/dts/rockchip/overlays/rockchip-uart-tx-dma.dts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
/dts-v1/; | ||
/plugin/; | ||
|
||
/ { | ||
metadata { | ||
title = "Switch all UART TX to DMA mode"; | ||
compatible = "rockchip,rk3566", "rockchip,rk3568", "rockchip,rk3588"; | ||
category = "misc"; | ||
description = "Switch all UART TX to DMA mode"; | ||
}; | ||
}; | ||
|
||
&uart0 { | ||
dma-names = "tx"; | ||
}; | ||
|
||
&uart1 { | ||
dma-names = "tx"; | ||
}; | ||
|
||
&uart2 { | ||
dma-names = "tx"; | ||
}; | ||
|
||
&uart3 { | ||
dma-names = "tx"; | ||
}; | ||
|
||
&uart4 { | ||
dma-names = "tx"; | ||
}; | ||
|
||
&uart5 { | ||
dma-names = "tx"; | ||
}; | ||
|
||
&uart6 { | ||
dma-names = "tx"; | ||
}; | ||
|
||
&uart7 { | ||
dma-names = "tx"; | ||
}; | ||
|
||
&uart8 { | ||
dma-names = "tx"; | ||
}; | ||
|
||
&uart9 { | ||
dma-names = "tx"; | ||
}; |