Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

arm64: dts: renesas: spider-cpu: Enable SCIF0 on second connector

The schematics label it as SCIF0 debug port.

Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Link: https://lore.kernel.org/r/20220614193005.2652-1-wsa+renesas@sang-engineering.com
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

authored by

Wolfram Sang and committed by
Geert Uytterhoeven
1614c862 40753144

+14
+13
arch/arm64/boot/dts/renesas/r8a779f0-spider-cpu.dtsi
··· 60 60 function = "scif3"; 61 61 }; 62 62 63 + scif0_pins: scif0 { 64 + groups = "scif0_data", "scif0_ctrl"; 65 + function = "scif0"; 66 + }; 67 + 63 68 scif_clk_pins: scif_clk { 64 69 groups = "scif_clk"; 65 70 function = "scif_clk"; ··· 78 73 79 74 &scif3 { 80 75 pinctrl-0 = <&scif3_pins>; 76 + pinctrl-names = "default"; 77 + 78 + uart-has-rtscts; 79 + status = "okay"; 80 + }; 81 + 82 + &scif0 { 83 + pinctrl-0 = <&scif0_pins>; 81 84 pinctrl-names = "default"; 82 85 83 86 uart-has-rtscts;
+1
arch/arm64/boot/dts/renesas/r8a779f0-spider.dts
··· 15 15 16 16 aliases { 17 17 serial0 = &scif3; 18 + serial1 = &scif0; 18 19 }; 19 20 20 21 chosen {