File tree 1 file changed +17
-0
lines changed
1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,8 @@ static const uint8_t T11 = 13;
49
49
static const uint8_t T12 = 14 ;
50
50
static const uint8_t T13 = 15 ;
51
51
52
+ /* ESP32-P4 EV Function board specific definitons */
53
+ //ETH
52
54
#define ETH_PHY_TYPE ETH_PHY_TLK110
53
55
#define ETH_PHY_ADDR 1
54
56
#define ETH_PHY_MDC 31
@@ -63,4 +65,19 @@ static const uint8_t T13 = 15;
63
65
#define ETH_RMII_CLK 50
64
66
#define ETH_CLK_MODE EMAC_CLK_EXT_IN
65
67
68
+ //SDMMC
69
+ #define BOARD_HAS_SDMMC
70
+ #define BOARD_SDMMC_SLOT 0
71
+ #define BOARD_SDMMC_POWER_CHANNEL 4
72
+
73
+ //WIFI - ESP32C6
74
+ #define BOARD_HAS_SDIO_ESP_HOSTED
75
+ #define BOARD_SDIO_ESP_HOSTED_CLK 18
76
+ #define BOARD_SDIO_ESP_HOSTED_CMD 19
77
+ #define BOARD_SDIO_ESP_HOSTED_D0 14
78
+ #define BOARD_SDIO_ESP_HOSTED_D1 15
79
+ #define BOARD_SDIO_ESP_HOSTED_D2 16
80
+ #define BOARD_SDIO_ESP_HOSTED_D3 17
81
+ #define BOARD_SDIO_ESP_HOSTED_RESET 54
82
+
66
83
#endif /* Pins_Arduino_h */
You can’t perform that action at this time.
0 commit comments