[PATCH v4 0/4] add I2C DTS support for S32G2/S32G3 SoCs
Ciprian Costea
ciprianmarian.costea at oss.nxp.com
Fri Dec 20 04:39:12 PST 2024
From: Ciprian Marian Costea <ciprianmarian.costea at oss.nxp.com>
This patchset aims to add two changes to the S32G2/S32G3 dtsi support:
- Adding I2C dts support for S32G SoC based boards
- Centralize the common part of 'S32G-EVB' and 'S32G-RDB' board revisions
into dtsi files. This refactor will serve I2C in this patchset, but in the
future it will also be used for other modules such as : FlexCAN and DSPI.
Changes in V4:
- Moved I2C nodes '#address-size' and '#address-cells' entries from board
common level to S32G2/S32G3 SoC level.
Changes in V3:
- Separated patchset into multiple stages: common 'I2C' dts entries, board
'I2C' dts entries and the introduction of common 'S32GXXXA-EVB/RDB' dtsi.
- Added missing changelog for V2 of this patchset
Changes in V2:
- Moved I2C end device '#address-size' and '#address-cells' entries from
board dts to common 's32gxxxa-evb/rdb' common dtsi.
Ciprian Marian Costea (4):
arm64: dts: s32g: add 'I2C' common board support
arm64: dts: s32g: add common 'S32G-EVB' and 'S32G-RDB' board support
arm64: dts: s32g: include necessary 'EVB/RDB' common board dtsi
arm64: dts: s32g399a-rdb3: Add INA231 sensor entry over I2C4
arch/arm64/boot/dts/freescale/s32g2.dtsi | 55 +++++++
.../arm64/boot/dts/freescale/s32g274a-evb.dts | 1 +
.../boot/dts/freescale/s32g274a-rdb2.dts | 1 +
arch/arm64/boot/dts/freescale/s32g3.dtsi | 60 +++++++
.../boot/dts/freescale/s32g399a-rdb3.dts | 9 ++
.../boot/dts/freescale/s32gxxxa-evb.dtsi | 150 ++++++++++++++++++
.../boot/dts/freescale/s32gxxxa-rdb.dtsi | 122 ++++++++++++++
7 files changed, 398 insertions(+)
create mode 100644 arch/arm64/boot/dts/freescale/s32gxxxa-evb.dtsi
create mode 100644 arch/arm64/boot/dts/freescale/s32gxxxa-rdb.dtsi
--
2.45.2
More information about the linux-arm-kernel
mailing list