Add Linux device tree entry related to Meta(Facebook) Catalina specific devices connected to BMC(AST2600) SoC. Signed-off-by: Potin Lai <potin.lai.pt@xxxxxxxxx> --- Changes in v7: - drop 'pinctrl-names' in gpio0 node - change 'vref' to 'vref-supply' in adc0 & adc1 nodes - add p1v8_bmc_aux & p2v5_bmc_aux nodes - change Signed-off tag email as same as sender. - Link to v6: https://lore.kernel.org/r/20240802-potin-catalina-dts-v6-0-0b8f61b80688@xxxxxxxxx Changes in v6: - move i2c-mux@70 node from 33-0070 to 30-0070 due to bus change - fix wrong gpio-line-names in io_expander6 - remove all max31790 nodes - remove all raa228004 nodes - remove ipmb-dev node - remove unused mdio0 node - Link to v5: https://lore.kernel.org/r/20240726-potin-catalina-dts-v5-0-8f02305af527@xxxxxxxxx Changes in v5: - fix spi1_gpio node name and properties - remove undefind properties in mac3, i2c7 & i2c11 - Link to v4: https://lore.kernel.org/r/20240725-potin-catalina-dts-v4-0-aa6f235a2e78@xxxxxxxxx Changes in v4: - change back io_expanderX due to parser error, build passed in v4 version. - Link to v3: https://lore.kernel.org/r/20240725-potin-catalina-dts-v3-0-3a5b5d9e6dbc@xxxxxxxxx Changes in v3: - rename tmp75 nodes to temperature-sensor - rename tmp421 nodes to temperature-sensor - rename ina230 nodes to power-sensor - rename io_expanderX nodes to io-expanderX - Link to v2: https://lore.kernel.org/r/20240724-potin-catalina-dts-v2-0-ba8d475c4073@xxxxxxxxx Changes in v2: - drop commented code in dts - rename i2c-mux channel nodes as i2c1muxXchY - rename gpio expander as io_expanderX - use "stdout-path" instead of "bootargs" - Link to v1: https://lore.kernel.org/all/20240722145857.2131100-1-potin.lai.pt@xxxxxxxxx/ --- Potin Lai (2): dt-bindings: arm: aspeed: add Meta Catalina board ARM: dts: aspeed: catalina: add Meta Catalina BMC .../devicetree/bindings/arm/aspeed/aspeed.yaml | 1 + arch/arm/boot/dts/aspeed/Makefile | 1 + .../dts/aspeed/aspeed-bmc-facebook-catalina.dts | 979 +++++++++++++++++++++ 3 files changed, 981 insertions(+) --- base-commit: 0c3836482481200ead7b416ca80c68a29cfdaabd change-id: 20240724-potin-catalina-dts-fda1ea3297b1 Best regards, -- Potin Lai <potin.lai.pt@xxxxxxxxx>