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

imx7d-sdb-reva.dts (804B)


      1// SPDX-License-Identifier: GPL-2.0+ OR MIT
      2//
      3// Copyright (C) 2015 Freescale Semiconductor, Inc.
      4
      5/dts-v1/;
      6
      7#include "imx7d-sdb.dts"
      8
      9/ {
     10	model = "Freescale i.MX7 SabreSD RevA Board";
     11	compatible = "fsl,imx7d-sdb-reva", "fsl,imx7d";
     12
     13	reg_usb_otg2_vbus: regulator-usb-otg2-vbus {
     14		pinctrl-0 = <&pinctrl_usb_otg2_vbus_reg_reva>;
     15		gpio = <&gpio4 7 GPIO_ACTIVE_HIGH>;
     16	};
     17};
     18
     19&fec2 {
     20	/delete-property/phy-supply;
     21};
     22
     23&iomuxc {
     24	imx7d-sdb {
     25		pinctrl_tsc2046_pendown: tsc2046_pendown {
     26			fsl,pins = <
     27				MX7D_PAD_EPDC_DATA13__GPIO2_IO13	0x59
     28			>;
     29		};
     30
     31		pinctrl_hog: hoggrp {
     32			fsl,pins = <
     33				MX7D_PAD_ECSPI2_SS0__GPIO4_IO23		0x34  /* bt reg on */
     34			>;
     35		};
     36
     37		pinctrl_usb_otg2_vbus_reg_reva: usbotg2vbusregrevagrp {
     38			fsl,pins = <
     39				MX7D_PAD_UART3_CTS_B__GPIO4_IO7		0x14
     40			>;
     41		};
     42	};
     43};