hc
2024-05-11 04dd17822334871b23ea2862f7798fb0e0007777
kernel/include/dt-bindings/pinctrl/stm32-pinfunc.h
....@@ -32,5 +32,11 @@
3232
3333 #define STM32_PINMUX(port, line, mode) (((PIN_NO(port, line)) << 8) | (mode))
3434
35
+/* package information */
36
+#define STM32MP_PKG_AA 0x1
37
+#define STM32MP_PKG_AB 0x2
38
+#define STM32MP_PKG_AC 0x4
39
+#define STM32MP_PKG_AD 0x8
40
+
3541 #endif /* _DT_BINDINGS_STM32_PINFUNC_H */
3642