Hi Chenyin,
I appreciate your support, and the files you provided are very helpful. According to the S32g.dtsi file, I noticed that PFE0 and PFE2 are using almost the same pin groups. Below are the PFE0/2 TX pin groups I found:
pfe0_pins: pfe0 {
pfe0_grp0 {
pinmux = <S32CC_PINMUX(78, FUNC1)>,
<S32CC_PINMUX(113, FUNC1)>,
<S32CC_PINMUX(114, FUNC1)>,
<S32CC_PINMUX(115, FUNC1)>,
<S32CC_PINMUX(144, FUNC1)>;
output-enable;
slew-rate = <S32CC_FAST_SLEW_166MHZ>;
};
pfe2_pins: pfe2 {
pfe2_grp0 {
pinmux = <S32CC_PINMUX(78, FUNC2)>,
<S32CC_PINMUX(113, FUNC2)>,
<S32CC_PINMUX(114, FUNC2)>,
<S32CC_PINMUX(115, FUNC2)>,
<S32CC_PINMUX(144, FUNC2)>;
output-enable;
slew-rate = <S32CC_FAST_SLEW_166MHZ>;
};
Given this overlap, could you please clarify how we can use PFE0 and PFE2 simultaneously?
Thank you for your assistance.
XD