1 // SPDX-License-Identifier: GPL-2.0+ OR MIT 1 // SPDX-License-Identifier: GPL-2.0+ OR MIT 2 /* 2 /* 3 * Apple MacBook Pro (13-inch, M1, 2020) 3 * Apple MacBook Pro (13-inch, M1, 2020) 4 * 4 * 5 * target-type: J293 5 * target-type: J293 6 * 6 * 7 * Copyright The Asahi Linux Contributors 7 * Copyright The Asahi Linux Contributors 8 */ 8 */ 9 9 10 /dts-v1/; 10 /dts-v1/; 11 11 12 #include "t8103.dtsi" 12 #include "t8103.dtsi" 13 #include "t8103-jxxx.dtsi" 13 #include "t8103-jxxx.dtsi" 14 #include <dt-bindings/leds/common.h> 14 #include <dt-bindings/leds/common.h> 15 15 16 / { 16 / { 17 compatible = "apple,j293", "apple,t810 17 compatible = "apple,j293", "apple,t8103", "apple,arm-platform"; 18 model = "Apple MacBook Pro (13-inch, M 18 model = "Apple MacBook Pro (13-inch, M1, 2020)"; 19 19 20 led-controller { 20 led-controller { 21 compatible = "pwm-leds"; 21 compatible = "pwm-leds"; 22 led-0 { 22 led-0 { 23 pwms = <&fpwm1 0 40000 23 pwms = <&fpwm1 0 40000>; 24 label = "kbd_backlight 24 label = "kbd_backlight"; 25 function = LED_FUNCTIO 25 function = LED_FUNCTION_KBD_BACKLIGHT; 26 color = <LED_COLOR_ID_ 26 color = <LED_COLOR_ID_WHITE>; 27 max-brightness = <255> 27 max-brightness = <255>; 28 default-state = "keep" 28 default-state = "keep"; 29 }; 29 }; 30 }; 30 }; 31 }; 31 }; 32 32 33 &bluetooth0 { 33 &bluetooth0 { 34 brcm,board-type = "apple,honshu"; 34 brcm,board-type = "apple,honshu"; 35 }; 35 }; 36 36 37 &wifi0 { 37 &wifi0 { 38 brcm,board-type = "apple,honshu"; 38 brcm,board-type = "apple,honshu"; 39 }; 39 }; 40 40 41 &i2c2 { 41 &i2c2 { 42 status = "okay"; 42 status = "okay"; 43 }; 43 }; 44 44 45 &i2c4 { 45 &i2c4 { 46 status = "okay"; 46 status = "okay"; 47 }; 47 }; 48 48 49 &fpwm1 { 49 &fpwm1 { 50 status = "okay"; 50 status = "okay"; 51 }; 51 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.