aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arm/boot/dts/meson8.dtsi14
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/meson8.dtsi b/arch/arm/boot/dts/meson8.dtsi
index c5d73b999773..5ff7903964c6 100644
--- a/arch/arm/boot/dts/meson8.dtsi
+++ b/arch/arm/boot/dts/meson8.dtsi
@@ -123,6 +123,13 @@
123 function = "remote"; 123 function = "remote";
124 }; 124 };
125 }; 125 };
126
127 pwm_f_ao_pins: pwm-f-ao {
128 mux {
129 groups = "pwm_f_ao";
130 function = "pwm_f_ao";
131 };
132 };
126 }; 133 };
127}; 134};
128 135
@@ -168,6 +175,13 @@
168 function = "ethernet"; 175 function = "ethernet";
169 }; 176 };
170 }; 177 };
178
179 pwm_e_pins: pwm-e {
180 mux {
181 groups = "pwm_e";
182 function = "pwm_e";
183 };
184 };
171 }; 185 };
172}; 186};
173 187