mirror of
https://github.com/torvalds/linux.git
synced 2026-04-20 07:43:57 -04:00
ASPEED device tree updates for 6.2 - New machines * IBM Bonnell AST2600 BMC, for a Power10 server * Delta AHE-50DC AST1250 BMC, for a 1U Open19 power shelf - Removed machines * IBM Mihawk AST2500 BMC, a Power9 server similar to Witherspoon - Fixes and updates for bletchley, mtjade/mtmitchell, rainier/everest * tag 'aspeed-6.2-devicetree' of git://git.kernel.org/pub/scm/linux/kernel/git/joel/bmc: ARM: dts: aspeed: mtjade: Add SMPro nodes ARM: dts: aspeed: mtjade,mtmitchell: Add BMC SSIF nodes ARM: dts: aspeed: Add Delta AHE-50DC BMC dt-bindings: arm: aspeed: document Delta AHE-50DC BMC ARM: dts: aspeed: rainier: Fix pca9551 nodes ARM: dts: aspeed: p10bmc: Add occ-hwmon nodes ARM: dts: aspeed-g6: Add aliases for mdio nodes ARM: dts: aspeed: Remove Mihawk ARM: dts: aspeed: rainier,everest: Move reserved memory regions ARM: dts: aspeed: Add IBM Bonnell system BMC devicetree ARM: dts: aspeed: bletchley: Enable emmc and ehci1 ARM: dts: aspeed: bletchley: Update and fix gpio-line-names ARM: dts: aspeed: bletchley: Update fusb302 nodes ARM: dts: aspeed: bletchley: Bind presence-sledX pins via gpio-keys ARM: dts: aspeed: bletchley: Disable GPIOV2 pull-down ARM: dts: aspeed: bletchley: Change LED sys_log_id to active low Link: https://lore.kernel.org/r/CACPK8Xfsc8BaL_qAgV+3Rk-AFcQoDVfTpMzHvq_rR-UYqwpNNQ@mail.gmail.com Signed-off-by: Arnd Bergmann <arnd@arndb.de>
91 lines
2.7 KiB
YAML
91 lines
2.7 KiB
YAML
# SPDX-License-Identifier: GPL-2.0-only or BSD-2-Clause
|
|
%YAML 1.2
|
|
---
|
|
$id: http://devicetree.org/schemas/arm/aspeed/aspeed.yaml#
|
|
$schema: http://devicetree.org/meta-schemas/core.yaml#
|
|
|
|
title: Aspeed SoC based boards
|
|
|
|
maintainers:
|
|
- Joel Stanley <joel@jms.id.au>
|
|
|
|
properties:
|
|
$nodename:
|
|
const: '/'
|
|
compatible:
|
|
oneOf:
|
|
- description: AST2400 based boards
|
|
items:
|
|
- enum:
|
|
- delta,ahe50dc-bmc
|
|
- facebook,galaxy100-bmc
|
|
- facebook,wedge100-bmc
|
|
- facebook,wedge40-bmc
|
|
- microsoft,olympus-bmc
|
|
- quanta,q71l-bmc
|
|
- tyan,palmetto-bmc
|
|
- yadro,vesnin-bmc
|
|
- const: aspeed,ast2400
|
|
|
|
- description: AST2500 based boards
|
|
items:
|
|
- enum:
|
|
- amd,daytonax-bmc
|
|
- amd,ethanolx-bmc
|
|
- ampere,mtjade-bmc
|
|
- aspeed,ast2500-evb
|
|
- asrock,e3c246d4i-bmc
|
|
- asrock,romed8hm3-bmc
|
|
- bytedance,g220a-bmc
|
|
- facebook,cmm-bmc
|
|
- facebook,minipack-bmc
|
|
- facebook,tiogapass-bmc
|
|
- facebook,yamp-bmc
|
|
- facebook,yosemitev2-bmc
|
|
- facebook,wedge400-bmc
|
|
- hxt,stardragon4800-rep2-bmc
|
|
- ibm,mihawk-bmc
|
|
- ibm,mowgli-bmc
|
|
- ibm,romulus-bmc
|
|
- ibm,swift-bmc
|
|
- ibm,witherspoon-bmc
|
|
- ingrasys,zaius-bmc
|
|
- inspur,fp5280g2-bmc
|
|
- inspur,nf5280m6-bmc
|
|
- inspur,on5263m5-bmc
|
|
- intel,s2600wf-bmc
|
|
- inventec,lanyang-bmc
|
|
- lenovo,hr630-bmc
|
|
- lenovo,hr855xg2-bmc
|
|
- portwell,neptune-bmc
|
|
- qcom,centriq2400-rep-bmc
|
|
- supermicro,x11spi-bmc
|
|
- tyan,s7106-bmc
|
|
- tyan,s8036-bmc
|
|
- yadro,nicole-bmc
|
|
- yadro,vegman-n110-bmc
|
|
- yadro,vegman-rx20-bmc
|
|
- yadro,vegman-sx20-bmc
|
|
- const: aspeed,ast2500
|
|
|
|
- description: AST2600 based boards
|
|
items:
|
|
- enum:
|
|
- ampere,mtmitchell-bmc
|
|
- aspeed,ast2600-evb
|
|
- aspeed,ast2600-evb-a1
|
|
- facebook,bletchley-bmc
|
|
- facebook,cloudripper-bmc
|
|
- facebook,elbert-bmc
|
|
- facebook,fuji-bmc
|
|
- ibm,everest-bmc
|
|
- ibm,rainier-bmc
|
|
- ibm,tacoma-bmc
|
|
- inventec,transformer-bmc
|
|
- jabil,rbp-bmc
|
|
- qcom,dc-scm-v1-bmc
|
|
- quanta,s6q-bmc
|
|
- const: aspeed,ast2600
|
|
|
|
additionalProperties: true
|