Skip to content
Snippets Groups Projects
Commit a95edfa9 authored by Mikhail Vanyulin's avatar Mikhail Vanyulin
Browse files

platform: add support of SantVend


Add description of Quad and DualLite flavors of SantVend boards:
* mx6q-santvend
* mx6dl-santvend

Signed-off-by: default avatarMikhail Vanyulin <mikhail.vanyulin@rtsoft.de>
parent bc59f31d
No related branches found
No related tags found
1 merge request!87platform: add support of SantVend
...@@ -116,6 +116,34 @@ static const struct platform_info mx6q_santaro = { ...@@ -116,6 +116,34 @@ static const struct platform_info mx6q_santaro = {
.hsic_usbhub_padmux = { MX6Q_PAD_GPIO_17__GPIO7_IO12 }, .hsic_usbhub_padmux = { MX6Q_PAD_GPIO_17__GPIO7_IO12 },
}; };
static const struct platform_info mx6dl_santvend = {
.name = "SANTVEND",
.base = &imx6dl,
.ctouch_i2c_label = "i2c3",
.ctouch_intgpiochip = "gpio4",
.ctouch_intpin = 6,
.ctouch_rstgpiochip = "gpio1",
.ctouch_rstpin = 20,
.pinctrl_ctouch_int = 2,
.pwm1_padmux = { MX6Q_PAD_SD1_DAT3__PWM1_OUT },
.fec_label = "fec",
};
static const struct platform_info mx6q_santvend = {
.name = "SANTVEND",
.base = &imx6q,
.ctouch_i2c_label = "i2c3",
.ctouch_intgpiochip = "gpio4",
.ctouch_intpin = 6,
.ctouch_rstgpiochip = "gpio1",
.ctouch_rstpin = 20,
.pinctrl_ctouch_int = 2,
.pwm1_padmux = { MX6Q_PAD_SD1_DAT3__PWM1_OUT },
.fec_label = "fec",
};
static const struct platform_info nallino = { static const struct platform_info nallino = {
.name = "NALLINO", .name = "NALLINO",
.ctouch_i2c_label = "i2c2", .ctouch_i2c_label = "i2c2",
...@@ -172,6 +200,8 @@ static const struct platform_info *platforms[] = { ...@@ -172,6 +200,8 @@ static const struct platform_info *platforms[] = {
&mx6dl_santaro, &mx6dl_santaro,
&mx6q_santoka, &mx6q_santoka,
&mx6dl_santoka, &mx6dl_santoka,
&mx6q_santvend,
&mx6dl_santvend,
&nallino, &nallino,
&santino_lt, // match santino lt before santino, as &santino_lt, // match santino lt before santino, as
&santino, &santino,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment