arm64: dts: apple: Add chassis-type property for Apple desktop devices

Apple's Mac mini and Studio are desktop devices. The SMBIOS has chassis
types which might be more accurate like "low profile desktop" or "mini
pc" but without clear definition what those are use plain "desktop" as
chassis-type in the root node.

Signed-off-by: Janne Grunau <j@jannau.net>
Reviewed-by: Neal Gompa <neal@gompa.dev>
Reviewed-by: Mark Kettenis <kettenis@openbsd.org>
Link: https://patch.msgid.link/20260109-apple-dt-chassis-type-v1-2-c215503734c5@jannau.net
Signed-off-by: Sven Peter <sven@kernel.org>
This commit is contained in:
Janne Grunau 2026-01-09 16:25:44 +01:00 committed by Sven Peter
parent e9ea7552eb
commit 5a7277c1bc
3 changed files with 4 additions and 0 deletions

View File

@ -10,6 +10,8 @@
*/
/ {
chassis-type = "desktop";
aliases {
bluetooth0 = &bluetooth0;
ethernet0 = &ethernet0;

View File

@ -15,6 +15,7 @@
/ {
compatible = "apple,j274", "apple,t8103", "apple,arm-platform";
model = "Apple Mac mini (M1, 2020)";
chassis-type = "desktop";
aliases {
ethernet0 = &ethernet0;

View File

@ -15,6 +15,7 @@
/ {
compatible = "apple,j473", "apple,t8112", "apple,arm-platform";
model = "Apple Mac mini (M2, 2023)";
chassis-type = "desktop";
aliases {
ethernet0 = &ethernet0;