mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-03-19 05:34:08 +00:00
arm64: dts: renesas: salvator-common: Prefer HSCIF1 over SCIF1
HSCIF is superior to SCIF (larger FIFOs, more accurate and wider supported range of bitrates). Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
This commit is contained in:
parent
485f8b2824
commit
e3853498f2
1 changed files with 3 additions and 3 deletions
|
@ -33,7 +33,7 @@
|
|||
/ {
|
||||
aliases {
|
||||
serial0 = &scif2;
|
||||
serial1 = &scif1;
|
||||
serial1 = &hscif1;
|
||||
ethernet0 = &avb;
|
||||
};
|
||||
|
||||
|
@ -344,7 +344,7 @@
|
|||
|
||||
uart-has-rtscts;
|
||||
/* Please only enable hscif1 or scif1 */
|
||||
/* status = "okay"; */
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&hsusb {
|
||||
|
@ -723,7 +723,7 @@
|
|||
|
||||
uart-has-rtscts;
|
||||
/* Please only enable hscif1 or scif1 */
|
||||
status = "okay";
|
||||
/* status = "okay"; */
|
||||
};
|
||||
|
||||
&scif2 {
|
||||
|
|
Loading…
Add table
Reference in a new issue