We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29b4817 commit 3b879a5Copy full SHA for 3b879a5
arch/arm/boot/dts/stih407-pinctrl.dtsi
@@ -916,6 +916,15 @@
916
interrupt-names = "irqmux";
917
ranges = <0 0x09210000 0x10000>;
918
919
+ pio20: pio@09210000 {
920
+ gpio-controller;
921
+ #gpio-cells = <1>;
922
+ interrupt-controller;
923
+ #interrupt-cells = <2>;
924
+ reg = <0x0 0x100>;
925
+ st,bank-name = "PIO20";
926
+ };
927
+
928
tsin4 {
929
pinctrl_tsin4_serial_alt1: tsin4_serial_alt1 {
930
st,pins {
@@ -927,15 +936,6 @@
936
};
937
938
-
931
- pio20: pio@09210000 {
932
- gpio-controller;
933
- #gpio-cells = <1>;
934
- interrupt-controller;
935
- #interrupt-cells = <2>;
- reg = <0x0 0x100>;
- st,bank-name = "PIO20";
- };
939
940
941
pin-controller-rear {
0 commit comments