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

imx6q-kp-tpc.dts (421B)


      1// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
      2/*
      3 * Copyright 2018
      4 * Lukasz Majewski, DENX Software Engineering, lukma@denx.de
      5 */
      6
      7/dts-v1/;
      8
      9#include "imx6q-kp.dtsi"
     10
     11/ {
     12	model = "Freescale i.MX6 Qwuad K+P TPC Board";
     13	compatible = "kiebackpeter,imx6q-tpc", "fsl,imx6q";
     14
     15	memory@10000000 {
     16		device_type = "memory";
     17		reg = <0x10000000 0x40000000>;
     18	};
     19};
     20
     21&ipu1_di0_disp0 {
     22	remote-endpoint = <&lcd_display_in>;
     23};