Skip to content

Commit 5aefe0f

Browse files
committed
arm64: dts: apple: Add J615 Macbook Air (15-inch, M3, 2024)
Add minimal dts for Macbook Air (15-inch, M3, 2024). to be squashed Signed-off-by: Janne Grunau <j@jannau.net>
1 parent e11e498 commit 5aefe0f

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed

arch/arm64/boot/dts/apple/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,3 +95,4 @@ dtb-$(CONFIG_ARCH_APPLE) += t8122-j433.dtb
9595
dtb-$(CONFIG_ARCH_APPLE) += t8122-j434.dtb
9696
dtb-$(CONFIG_ARCH_APPLE) += t8122-j504.dtb
9797
dtb-$(CONFIG_ARCH_APPLE) += t8122-j613.dtb
98+
dtb-$(CONFIG_ARCH_APPLE) += t8122-j615.dtb
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
// SPDX-License-Identifier: GPL-2.0+ OR MIT
2+
/*
3+
* Apple MacBook Air (15-inch, M3, 2024)
4+
*
5+
* target-type: J615
6+
*
7+
* Copyright The Asahi Linux Contributors
8+
*/
9+
10+
/dts-v1/;
11+
12+
#include "t8122.dtsi"
13+
#include "t8122-jxxx.dtsi"
14+
#include <dt-bindings/leds/common.h>
15+
16+
/ {
17+
compatible = "apple,j615", "apple,t8122", "apple,arm-platform";
18+
model = "Apple MacBook Air (15-inch, M3, 2024)";
19+
20+
led-controller {
21+
compatible = "pwm-leds";
22+
led-0 {
23+
pwms = <&fpwm1 0 40000>;
24+
label = "kbd_backlight";
25+
function = LED_FUNCTION_KBD_BACKLIGHT;
26+
color = <LED_COLOR_ID_WHITE>;
27+
max-brightness = <255>;
28+
default-state = "keep";
29+
};
30+
};
31+
};
32+
33+
&fpwm1 {
34+
status = "okay";
35+
};

0 commit comments

Comments
 (0)