This series adds initial support for the Meta Clemente BMC based on the ASPEED AST2600 SoC. Patch 1 documents the compatible string. Patch 2 Add pinctrl nodes for NCSI3 and NCSI4. Patch 3 adds the device tree for the board. Signed-off-by: Leo Wang <leo.jt.wang@xxxxxxxxx> --- Changes in v11: - Rebased on bmc/aspeed/dt as requested. - Link to v10: https://lore.kernel.org/r/20250801-add-support-for-meta-clemente-bmc-v10-0-c1c27082583d@xxxxxxxxxxxxxxx Changes in v10: - Reordered NCSI pinctrl patch before board DTS. - Dropped MAX1363 ADC nodes from the devicetree. - Link to v9: https://lore.kernel.org/r/20250723-add-support-for-meta-clemente-bmc-v9-0-b76e7de4d6c8@xxxxxxxxxxxxxxx Changes in v9: - Fix comment alignment for // PDB TEMP SENSOR. - Drop non-standard aspeed,enable-byte property from i2c11 node. - Move NCSI3 and NCSI4 pinctrl nodes into a separate patch as requested. - Link to v8: https://lore.kernel.org/r/20250717-add-support-for-meta-clemente-bmc-v8-0-2ff6afb36b0e@xxxxxxxxxxxxxxx Changes in v8: - Relocate IOBx_NICx_TEMP TMP421 sensors - Enable byte mode for i2c11 - Link to v7: https://lore.kernel.org/r/20250716-add-support-for-meta-clemente-bmc-v7-0-d5bb7459c5aa@xxxxxxxxxxxxxxx Changes in v7: - Relocate CBC FRU EEPROMs from i2c13 to i2c12. - Link to v6: https://lore.kernel.org/r/20250708-add-support-for-meta-clemente-bmc-v6-0-7f3e57bd0336@xxxxxxxxxxxxxxx Changes in v6: - Correct Author email to match Signed-off-by email address. - Link to v5: https://lore.kernel.org/r/20250627-add-support-for-meta-clemente-bmc-v5-0-038ed6f1cb9f@xxxxxxxxxxxxxxx Changes in v5: - Remove accidentally pasted texts. - Link to v4: https://lore.kernel.org/r/20250627-add-support-for-meta-clemente-bmc-v4-0-ce7ff23460c4@xxxxxxxxxxxxxxx Changes in v4: - Move properties of nodes defined in the same file from label ref back to where they belong. - Move pinctrl default configs for ncsi3 and ncsi4 to aspeed-g6-pinctrl.dtsi. - Add properties to i2c10 and i2c15 to enable MCTP. - Link to v3: https://lore.kernel.org/r/20250623-add-support-for-meta-clemente-bmc-v3-0-c223ffcf46cf@xxxxxxxxxxxxxxx Changes in v3: - Modify leakage sensor to reflect current design. - Link to v2: https://lore.kernel.org/r/20250621-add-support-for-meta-clemente-bmc-v2-0-6c5ef059149c@xxxxxxxxxxxxxxx Changes in v2: - Fix patch 1/2 subject line to match dt-bindings convention. - Reorder device tree nodes in patch 2/2 to follow upstream DTS style. - Link to v1: https://lore.kernel.org/r/20250618-add-support-for-meta-clemente-bmc-v1-0-e5ca669ee47b@xxxxxxxxxxxxxxx --- Leo Wang (3): dt-bindings: arm: aspeed: add Meta Clemente board ARM: dts: aspeed: clemente: add NCSI3 and NCSI4 pinctrl nodes ARM: dts: aspeed: clemente: add Meta Clemente BMC .../devicetree/bindings/arm/aspeed/aspeed.yaml | 1 + arch/arm/boot/dts/aspeed/Makefile | 1 + .../dts/aspeed/aspeed-bmc-facebook-clemente.dts | 1250 ++++++++++++++++++++ arch/arm/boot/dts/aspeed/aspeed-g6-pinctrl.dtsi | 10 + 4 files changed, 1262 insertions(+) --- base-commit: b785b5d88cc27a521ea22b3afd85804c4c321d4a change-id: 20250618-add-support-for-meta-clemente-bmc-941a469bc523 Best regards, -- Leo Wang <leo.jt.wang@xxxxxxxxxxxxxxx>