diff options
Diffstat (limited to 'arch/arm/boot/dts/r8a7778-bockw-reference.dts')
-rw-r--r-- | arch/arm/boot/dts/r8a7778-bockw-reference.dts | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/r8a7778-bockw-reference.dts b/arch/arm/boot/dts/r8a7778-bockw-reference.dts index f76f6ec01e19..3342c74c5de8 100644 --- a/arch/arm/boot/dts/r8a7778-bockw-reference.dts +++ b/arch/arm/boot/dts/r8a7778-bockw-reference.dts | |||
@@ -23,6 +23,10 @@ | |||
23 | model = "bockw"; | 23 | model = "bockw"; |
24 | compatible = "renesas,bockw-reference", "renesas,r8a7778"; | 24 | compatible = "renesas,bockw-reference", "renesas,r8a7778"; |
25 | 25 | ||
26 | aliases { | ||
27 | serial0 = &scif0; | ||
28 | }; | ||
29 | |||
26 | chosen { | 30 | chosen { |
27 | bootargs = "console=ttySC0,115200 ignore_loglevel root=/dev/nfs ip=dhcp rw"; | 31 | bootargs = "console=ttySC0,115200 ignore_loglevel root=/dev/nfs ip=dhcp rw"; |
28 | }; | 32 | }; |
@@ -70,9 +74,6 @@ | |||
70 | }; | 74 | }; |
71 | 75 | ||
72 | &pfc { | 76 | &pfc { |
73 | pinctrl-0 = <&scif0_pins>; | ||
74 | pinctrl-names = "default"; | ||
75 | |||
76 | scif0_pins: serial0 { | 77 | scif0_pins: serial0 { |
77 | renesas,groups = "scif0_data_a", "scif0_ctrl"; | 78 | renesas,groups = "scif0_data_a", "scif0_ctrl"; |
78 | renesas,function = "scif0"; | 79 | renesas,function = "scif0"; |
@@ -124,3 +125,10 @@ | |||
124 | }; | 125 | }; |
125 | }; | 126 | }; |
126 | }; | 127 | }; |
128 | |||
129 | &scif0 { | ||
130 | pinctrl-0 = <&scif0_pins>; | ||
131 | pinctrl-names = "default"; | ||
132 | |||
133 | status = "okay"; | ||
134 | }; | ||