diff options
Diffstat (limited to 'arch/arm64/boot/dts/apple/t8103-j313.dts')
| -rw-r--r-- | arch/arm64/boot/dts/apple/t8103-j313.dts | 30 |
1 files changed, 18 insertions, 12 deletions
diff --git a/arch/arm64/boot/dts/apple/t8103-j313.dts b/arch/arm64/boot/dts/apple/t8103-j313.dts index df741737b8e6..97a4344d8dca 100644 --- a/arch/arm64/boot/dts/apple/t8103-j313.dts +++ b/arch/arm64/boot/dts/apple/t8103-j313.dts @@ -11,27 +11,33 @@ #include "t8103.dtsi" #include "t8103-jxxx.dtsi" +#include <dt-bindings/leds/common.h> / { compatible = "apple,j313", "apple,t8103", "apple,arm-platform"; model = "Apple MacBook Air (M1, 2020)"; + + led-controller { + compatible = "pwm-leds"; + led-0 { + pwms = <&fpwm1 0 40000>; + label = "kbd_backlight"; + function = LED_FUNCTION_KBD_BACKLIGHT; + color = <LED_COLOR_ID_WHITE>; + max-brightness = <255>; + default-state = "keep"; + }; + }; }; -&wifi0 { +&bluetooth0 { brcm,board-type = "apple,shikoku"; }; -/* - * Remove unused PCIe ports and disable the associated DARTs. - */ - -&pcie0_dart_1 { - status = "disabled"; +&wifi0 { + brcm,board-type = "apple,shikoku"; }; -&pcie0_dart_2 { - status = "disabled"; +&fpwm1 { + status = "okay"; }; - -/delete-node/ &port01; -/delete-node/ &port02; |
