blob: 97a4344d8dca685708aff136af92a1b316f3c3dd [file] [log] [blame]
Tom Rini53633a82024-02-29 12:33:36 -05001// SPDX-License-Identifier: GPL-2.0+ OR MIT
2/*
3 * Apple MacBook Air (M1, 2020)
4 *
5 * target-type: J313
6 *
7 * Copyright The Asahi Linux Contributors
8 */
9
10/dts-v1/;
11
12#include "t8103.dtsi"
13#include "t8103-jxxx.dtsi"
14#include <dt-bindings/leds/common.h>
15
16/ {
17 compatible = "apple,j313", "apple,t8103", "apple,arm-platform";
18 model = "Apple MacBook Air (M1, 2020)";
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&bluetooth0 {
34 brcm,board-type = "apple,shikoku";
35};
36
37&wifi0 {
38 brcm,board-type = "apple,shikoku";
39};
40
41&fpwm1 {
42 status = "okay";
43};