|
@@ -16,6 +16,22 @@ static const unsigned emmc_pins[] = {40, 41, 42, 43, 51, 52, 53};
|
|
|
static const int emmc_muxvals[] = {1, 1, 1, 1, 1, 1, 1};
|
|
|
static const unsigned emmc_dat8_pins[] = {44, 45, 46, 47};
|
|
|
static const int emmc_dat8_muxvals[] = {1, 1, 1, 1};
|
|
|
+static const unsigned ether_mii_pins[] = {160, 161, 162, 163, 164, 165, 166,
|
|
|
+ 167, 168, 169, 170, 171, 172, 173,
|
|
|
+ 174, 175, 176, 177, 178, 179};
|
|
|
+static const int ether_mii_muxvals[] = {1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
|
|
+ 0, 0, 0, 0, 0, 0, 0};
|
|
|
+static const unsigned ether_rgmii_pins[] = {160, 161, 162, 163, 164, 165, 167,
|
|
|
+ 168, 169, 170, 171, 172, 176, 177,
|
|
|
+ 178, 179};
|
|
|
+static const int ether_rgmii_muxvals[] = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
|
|
+ 0, 0, 0, 0};
|
|
|
+static const unsigned ether_rmii_pins[] = {160, 161, 162, 165, 168, 169, 172,
|
|
|
+ 173, 176, 177, 178, 179};
|
|
|
+static const int ether_rmii_muxvals[] = {1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0};
|
|
|
+static const unsigned ether_rmiib_pins[] = {161, 162, 165, 167, 168, 169, 172,
|
|
|
+ 173, 176, 177, 178, 179};
|
|
|
+static const int ether_rmiib_muxvals[] = {0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0};
|
|
|
static const unsigned i2c0_pins[] = {142, 143};
|
|
|
static const int i2c0_muxvals[] = {0, 0};
|
|
|
static const unsigned i2c1_pins[] = {144, 145};
|
|
@@ -56,6 +72,10 @@ static const int usb3_muxvals[] = {0, 0};
|
|
|
static const struct uniphier_pinctrl_group uniphier_pro4_groups[] = {
|
|
|
UNIPHIER_PINCTRL_GROUP_SPL(emmc),
|
|
|
UNIPHIER_PINCTRL_GROUP_SPL(emmc_dat8),
|
|
|
+ UNIPHIER_PINCTRL_GROUP(ether_mii),
|
|
|
+ UNIPHIER_PINCTRL_GROUP(ether_rgmii),
|
|
|
+ UNIPHIER_PINCTRL_GROUP(ether_rmii),
|
|
|
+ UNIPHIER_PINCTRL_GROUP(ether_rmiib),
|
|
|
UNIPHIER_PINCTRL_GROUP(i2c0),
|
|
|
UNIPHIER_PINCTRL_GROUP(i2c1),
|
|
|
UNIPHIER_PINCTRL_GROUP(i2c2),
|
|
@@ -77,6 +97,9 @@ static const struct uniphier_pinctrl_group uniphier_pro4_groups[] = {
|
|
|
|
|
|
static const char * const uniphier_pro4_functions[] = {
|
|
|
UNIPHIER_PINMUX_FUNCTION_SPL(emmc),
|
|
|
+ UNIPHIER_PINMUX_FUNCTION(ether_mii),
|
|
|
+ UNIPHIER_PINMUX_FUNCTION(ether_rgmii),
|
|
|
+ UNIPHIER_PINMUX_FUNCTION(ether_rmii),
|
|
|
UNIPHIER_PINMUX_FUNCTION(i2c0),
|
|
|
UNIPHIER_PINMUX_FUNCTION(i2c1),
|
|
|
UNIPHIER_PINMUX_FUNCTION(i2c2),
|