xref: /freebsd/sys/contrib/device-tree/src/arm64/qcom/sc7180-trogdor-detachable.dtsi (revision 0e8011faf58b743cc652e3b2ad0f7671227610df)
1*0e8011faSEmmanuel Vadot// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2*0e8011faSEmmanuel Vadot/*
3*0e8011faSEmmanuel Vadot * Google Trogdor dts fragment for detachables
4*0e8011faSEmmanuel Vadot *
5*0e8011faSEmmanuel Vadot * Copyright 2024 Google LLC.
6*0e8011faSEmmanuel Vadot */
7*0e8011faSEmmanuel Vadot
8*0e8011faSEmmanuel Vadot/* This file must be included after sc7180-trogdor.dtsi to modify cros_ec */
9*0e8011faSEmmanuel Vadot&cros_ec {
10*0e8011faSEmmanuel Vadot	keyboard-controller {
11*0e8011faSEmmanuel Vadot		compatible = "google,cros-ec-keyb-switches";
12*0e8011faSEmmanuel Vadot	};
13*0e8011faSEmmanuel Vadot};
14