mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-17 00:16:40 +07:00
ARM: dts: imx7d-sdb: Add flexcan support
Add support for Flexcan. Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
8528181d20
commit
d165be89c2
@ -126,6 +126,16 @@ reg_lcd_3v3: regulator-lcd-3v3 {
|
|||||||
gpio = <&extended_io 7 GPIO_ACTIVE_LOW>;
|
gpio = <&extended_io 7 GPIO_ACTIVE_LOW>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
reg_can2_3v3: regulator-can2-3v3 {
|
||||||
|
compatible = "regulator-fixed";
|
||||||
|
regulator-name = "can2-3v3";
|
||||||
|
pinctrl-names = "default";
|
||||||
|
pinctrl-0 = <&pinctrl_flexcan2_reg>;
|
||||||
|
regulator-min-microvolt = <3300000>;
|
||||||
|
regulator-max-microvolt = <3300000>;
|
||||||
|
gpio = <&gpio2 14 GPIO_ACTIVE_LOW>;
|
||||||
|
};
|
||||||
|
|
||||||
panel {
|
panel {
|
||||||
compatible = "innolux,at043tn24";
|
compatible = "innolux,at043tn24";
|
||||||
pinctrl-0 = <&pinctrl_backlight>;
|
pinctrl-0 = <&pinctrl_backlight>;
|
||||||
@ -219,6 +229,13 @@ &fec2 {
|
|||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&flexcan2 {
|
||||||
|
pinctrl-names = "default";
|
||||||
|
pinctrl-0 = <&pinctrl_flexcan2>;
|
||||||
|
xceiver-supply = <®_can2_3v3>;
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
&i2c1 {
|
&i2c1 {
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&pinctrl_i2c1>;
|
pinctrl-0 = <&pinctrl_i2c1>;
|
||||||
@ -484,6 +501,20 @@ MX7D_PAD_EPDC_SDCE0__ENET2_RGMII_RX_CTL 0x1
|
|||||||
>;
|
>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
pinctrl_flexcan2: flexcan2grp {
|
||||||
|
fsl,pins = <
|
||||||
|
MX7D_PAD_GPIO1_IO14__FLEXCAN2_RX 0x59
|
||||||
|
MX7D_PAD_GPIO1_IO15__FLEXCAN2_TX 0x59
|
||||||
|
>;
|
||||||
|
};
|
||||||
|
|
||||||
|
pinctrl_flexcan2_reg: flexcan2reggrp {
|
||||||
|
fsl,pins = <
|
||||||
|
MX7D_PAD_EPDC_DATA14__GPIO2_IO14 0x59 /* CAN_STBY */
|
||||||
|
>;
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
pinctrl_hog: hoggrp {
|
pinctrl_hog: hoggrp {
|
||||||
fsl,pins = <
|
fsl,pins = <
|
||||||
MX7D_PAD_UART3_CTS_B__GPIO4_IO7 0x14
|
MX7D_PAD_UART3_CTS_B__GPIO4_IO7 0x14
|
||||||
|
Loading…
Reference in New Issue
Block a user