/* * Copyright (c) 2017-2019, NVIDIA CORPORATION. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; version 2 of the License. * * This program is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for * more details. */ #include #include #include "dt-bindings/input/input.h" #include "tegra194-audio-p2822-0000.dtsi" #include "tegra194-p2822-disp.dtsi" #include "tegra194-p2822-0000-camera-avt-csi2.dtsi" / { sdhci@3400000 { mmc-ocr-mask = <0x0>; cd-gpios = <&tegra_main_gpio TEGRA194_MAIN_GPIO(G, 7) 0>; nvidia,cd-wakeup-capable; nvidia,vmmc-always-on; status = "okay"; }; gpio-keys { compatible = "gpio-keys"; gpio-keys,name = "gpio-keys"; forcerecovery { label = "force-recovery"; gpios = <&tegra_main_gpio TEGRA194_MAIN_GPIO(G, 0) GPIO_ACTIVE_LOW>; linux,code = ; }; power_key { label = "power-key"; gpios = <&tegra_aon_gpio TEGRA194_AON_GPIO(EE, 4) GPIO_ACTIVE_LOW>; linux,code = ; gpio-key,wakeup; }; }; };