|
@@ -728,6 +728,20 @@ static const struct pinctrl_pin_desc uniphier_pxs2_pins[] = {
|
|
|
234, UNIPHIER_PIN_PULL_DOWN),
|
|
|
};
|
|
|
|
|
|
+static const unsigned ain1_pins[] = {161, 162, 173, 174};
|
|
|
+static const int ain1_muxvals[] = {8, 8, 8, 8};
|
|
|
+static const unsigned ain2_pins[] = {98, 99, 100, 101, 102, 103, 104};
|
|
|
+static const int ain2_muxvals[] = {8, 8, 8, 8, 8, 8, 8};
|
|
|
+static const unsigned ainiec1_pins[] = {91};
|
|
|
+static const int ainiec1_muxvals[] = {11};
|
|
|
+static const unsigned aout2_pins[] = {175, 176, 177, 178, 183, 184, 185};
|
|
|
+static const int aout2_muxvals[] = {8, 8, 8, 8, 9, 9, 9};
|
|
|
+static const unsigned aout3_pins[] = {105, 106, 107, 108};
|
|
|
+static const int aout3_muxvals[] = {8, 8, 8, 8};
|
|
|
+static const unsigned aoutiec1_pins[] = {95};
|
|
|
+static const int aoutiec1_muxvals[] = {11};
|
|
|
+static const unsigned aoutiec2_pins[] = {97};
|
|
|
+static const int aoutiec2_muxvals[] = {8};
|
|
|
static const unsigned emmc_pins[] = {36, 37, 38, 39, 40, 41, 42};
|
|
|
static const int emmc_muxvals[] = {9, 9, 9, 9, 9, 9, 9};
|
|
|
static const unsigned emmc_dat8_pins[] = {43, 44, 45, 46};
|
|
@@ -824,6 +838,13 @@ static const unsigned int gpio_range1_pins[] = {
|
|
|
};
|
|
|
|
|
|
static const struct uniphier_pinctrl_group uniphier_pxs2_groups[] = {
|
|
|
+ UNIPHIER_PINCTRL_GROUP(ain1),
|
|
|
+ UNIPHIER_PINCTRL_GROUP(ain2),
|
|
|
+ UNIPHIER_PINCTRL_GROUP(ainiec1),
|
|
|
+ UNIPHIER_PINCTRL_GROUP(aout2),
|
|
|
+ UNIPHIER_PINCTRL_GROUP(aout3),
|
|
|
+ UNIPHIER_PINCTRL_GROUP(aoutiec1),
|
|
|
+ UNIPHIER_PINCTRL_GROUP(aoutiec2),
|
|
|
UNIPHIER_PINCTRL_GROUP(emmc),
|
|
|
UNIPHIER_PINCTRL_GROUP(emmc_dat8),
|
|
|
UNIPHIER_PINCTRL_GROUP(ether_mii),
|
|
@@ -854,6 +875,13 @@ static const struct uniphier_pinctrl_group uniphier_pxs2_groups[] = {
|
|
|
UNIPHIER_PINCTRL_GROUP_GPIO(gpio_range1),
|
|
|
};
|
|
|
|
|
|
+static const char * const ain1_groups[] = {"ain1"};
|
|
|
+static const char * const ain2_groups[] = {"ain2"};
|
|
|
+static const char * const ainiec1_groups[] = {"ainiec1"};
|
|
|
+static const char * const aout2_groups[] = {"aout2"};
|
|
|
+static const char * const aout3_groups[] = {"aout3"};
|
|
|
+static const char * const aoutiec1_groups[] = {"aoutiec1"};
|
|
|
+static const char * const aoutiec2_groups[] = {"aoutiec2"};
|
|
|
static const char * const emmc_groups[] = {"emmc", "emmc_dat8"};
|
|
|
static const char * const ether_mii_groups[] = {"ether_mii"};
|
|
|
static const char * const ether_rgmii_groups[] = {"ether_rgmii"};
|
|
@@ -878,6 +906,13 @@ static const char * const usb2_groups[] = {"usb2"};
|
|
|
static const char * const usb3_groups[] = {"usb3"};
|
|
|
|
|
|
static const struct uniphier_pinmux_function uniphier_pxs2_functions[] = {
|
|
|
+ UNIPHIER_PINMUX_FUNCTION(ain1),
|
|
|
+ UNIPHIER_PINMUX_FUNCTION(ain2),
|
|
|
+ UNIPHIER_PINMUX_FUNCTION(ainiec1),
|
|
|
+ UNIPHIER_PINMUX_FUNCTION(aout2),
|
|
|
+ UNIPHIER_PINMUX_FUNCTION(aout3),
|
|
|
+ UNIPHIER_PINMUX_FUNCTION(aoutiec1),
|
|
|
+ UNIPHIER_PINMUX_FUNCTION(aoutiec2),
|
|
|
UNIPHIER_PINMUX_FUNCTION(emmc),
|
|
|
UNIPHIER_PINMUX_FUNCTION(ether_mii),
|
|
|
UNIPHIER_PINMUX_FUNCTION(ether_rgmii),
|