Skip to content

Commit

Permalink
boards: arm: mimxrt595_evk: Added pinctrl support for pmic
Browse files Browse the repository at this point in the history
Added the pinctrl support for PMIC on the MIMXRT595_evk_cm33

Signed-off-by: Emilio Benavente <[email protected]>
  • Loading branch information
EmilioCBen authored and carlescufi committed Aug 23, 2022
1 parent 76e8909 commit 8025580
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions boards/arm/mimxrt595_evk/mimxrt595_evk_cm33-pinctrl.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,16 @@
};
};

pinmux_pmic_i2c: pinmux_pmic_i2c {
group0 {
pinmux = <PMIC_I2C_SCL>,
<PMIC_I2C_SDA>;
bias-pull-up;
input-enable;
slew-rate = "normal";
drive-strength = "normal";
drive-open-drain;
};
};

};

0 comments on commit 8025580

Please sign in to comment.