cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

imx8mp-verdin-nonwifi.dtsi (1045B)


      1// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
      2/*
      3 * Copyright 2022 Toradex
      4 */
      5
      6&gpio5 {
      7	gpio-line-names = "SODIMM_42",
      8			  "SODIMM_46",
      9			  "SODIMM_187",
     10			  "SODIMM_20",
     11			  "SODIMM_22",
     12			  "SODIMM_15",
     13			  "SODIMM_196",
     14			  "SODIMM_200",
     15			  "SODIMM_198",
     16			  "SODIMM_202",
     17			  "SODIMM_164",
     18			  "SODIMM_152",
     19			  "SODIMM_116",
     20			  "SODIMM_128",
     21			  "",
     22			  "",
     23			  "SODIMM_55",
     24			  "SODIMM_53",
     25			  "SODIMM_95",
     26			  "SODIMM_93",
     27			  "SODIMM_14",
     28			  "SODIMM_12",
     29			  "SODIMM_129",
     30			  "SODIMM_131",
     31			  "SODIMM_137",
     32			  "SODIMM_139",
     33			  "SODIMM_147",
     34			  "SODIMM_149",
     35			  "SODIMM_151",
     36			  "SODIMM_153";
     37};
     38
     39&iomuxc {
     40	pinctrl-names = "default";
     41	pinctrl-0 = <&pinctrl_gpio1>, <&pinctrl_gpio2>,
     42		    <&pinctrl_gpio3>, <&pinctrl_gpio4>,
     43		    <&pinctrl_gpio7>, <&pinctrl_gpio8>,
     44		    <&pinctrl_gpio_hog1>, <&pinctrl_gpio_hog2>, <&pinctrl_gpio_hog3>,
     45		    <&pinctrl_hdmi_hog>;
     46};
     47
     48/*
     49 * Verdin UART_4
     50 * Often used by the M7 and then should not be enabled here.
     51 */
     52&uart4 {
     53	status = "disabled";
     54};