~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/arch/arm64/boot/dts/mediatek/mt8192-asurada-spherion-r0.dts

Version: ~ [ linux-6.11-rc3 ] ~ [ linux-6.10.4 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.45 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.104 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.164 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.223 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.281 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.319 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.9 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

  1 // SPDX-License-Identifier: (GPL-2.0 OR MIT)
  2 /*
  3  * Copyright 2021 Google LLC
  4  */
  5 /dts-v1/;
  6 #include "mt8192-asurada.dtsi"
  7 #include <dt-bindings/leds/common.h>
  8 
  9 / {
 10         model = "Google Spherion (rev0 - 3)";
 11         chassis-type = "laptop";
 12         compatible = "google,spherion-rev3", "google,spherion-rev2",
 13                      "google,spherion-rev1", "google,spherion-rev0",
 14                      "google,spherion", "mediatek,mt8192";
 15 
 16         pwmleds {
 17                 compatible = "pwm-leds";
 18 
 19                 led {
 20                         function = LED_FUNCTION_KBD_BACKLIGHT;
 21                         color = <LED_COLOR_ID_WHITE>;
 22                         pwms = <&cros_ec_pwm 0>;
 23                         max-brightness = <1023>;
 24                 };
 25         };
 26 };
 27 
 28 &cros_ec_pwm {
 29         status = "okay";
 30 };
 31 
 32 &keyboard_controller {
 33         function-row-physmap = <
 34                 MATRIX_KEY(0x00, 0x02, 0)       /* T1 */
 35                 MATRIX_KEY(0x03, 0x02, 0)       /* T2 */
 36                 MATRIX_KEY(0x02, 0x02, 0)       /* T3 */
 37                 MATRIX_KEY(0x01, 0x02, 0)       /* T4 */
 38                 MATRIX_KEY(0x03, 0x04, 0)       /* T5 */
 39                 MATRIX_KEY(0x02, 0x04, 0)       /* T6 */
 40                 MATRIX_KEY(0x01, 0x04, 0)       /* T7 */
 41                 MATRIX_KEY(0x02, 0x09, 0)       /* T8 */
 42                 MATRIX_KEY(0x01, 0x09, 0)       /* T9 */
 43                 MATRIX_KEY(0x00, 0x04, 0)       /* T10 */
 44         >;
 45         linux,keymap = <
 46                 MATRIX_KEY(0x00, 0x02, KEY_BACK)
 47                 MATRIX_KEY(0x03, 0x02, KEY_REFRESH)
 48                 MATRIX_KEY(0x02, 0x02, KEY_FULL_SCREEN)
 49                 MATRIX_KEY(0x01, 0x02, KEY_SCALE)
 50                 MATRIX_KEY(0x03, 0x04, KEY_SYSRQ)
 51                 MATRIX_KEY(0x02, 0x04, KEY_BRIGHTNESSDOWN)
 52                 MATRIX_KEY(0x01, 0x04, KEY_BRIGHTNESSUP)
 53                 MATRIX_KEY(0x02, 0x09, KEY_MUTE)
 54                 MATRIX_KEY(0x01, 0x09, KEY_VOLUMEDOWN)
 55                 MATRIX_KEY(0x00, 0x04, KEY_VOLUMEUP)
 56 
 57                 CROS_STD_MAIN_KEYMAP
 58         >;
 59 };
 60 
 61 &rt5682 {
 62         compatible = "realtek,rt5682i";
 63         realtek,btndet-delay = <16>;
 64         VBAT-supply = <&pp3300_ldo_z>;
 65 };
 66 
 67 &sound {
 68         compatible = "mediatek,mt8192_mt6359_rt1015p_rt5682";
 69 
 70         speaker-codecs {
 71                 sound-dai = <&rt1015p>;
 72         };
 73 
 74         headset-codec {
 75                 sound-dai = <&rt5682 0>;
 76         };
 77 };
 78 
 79 &touchscreen {
 80         compatible = "elan,ekth3500";
 81 };

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php