summaryrefslogtreecommitdiffstats
path: root/dts/src/arm64/apple/t8103-j313.dts
diff options
context:
space:
mode:
Diffstat (limited to 'dts/src/arm64/apple/t8103-j313.dts')
-rw-r--r--dts/src/arm64/apple/t8103-j313.dts30
1 files changed, 20 insertions, 10 deletions
diff --git a/dts/src/arm64/apple/t8103-j313.dts b/dts/src/arm64/apple/t8103-j313.dts
index b0ebb45bdb..97a4344d8d 100644
--- a/dts/src/arm64/apple/t8103-j313.dts
+++ b/dts/src/arm64/apple/t8103-j313.dts
@@ -11,23 +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)";
-};
-/*
- * Remove unused PCIe ports and disable the associated DARTs.
- */
+ 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";
+ };
+ };
+};
-&pcie0_dart_1 {
- status = "disabled";
+&bluetooth0 {
+ brcm,board-type = "apple,shikoku";
};
-&pcie0_dart_2 {
- status = "disabled";
+&wifi0 {
+ brcm,board-type = "apple,shikoku";
};
-/delete-node/ &port01;
-/delete-node/ &port02;
+&fpwm1 {
+ status = "okay";
+};