Commit e3853498 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Simon Horman
Browse files

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: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent 485f8b28
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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 {