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

imx6dl-sabreauto.dts (507B)


      1// SPDX-License-Identifier: GPL-2.0
      2//
      3// Copyright (C) 2013 Freescale Semiconductor, Inc.
      4
      5/dts-v1/;
      6
      7#include "imx6dl.dtsi"
      8#include "imx6qdl-sabreauto.dtsi"
      9
     10/ {
     11	model = "Freescale i.MX6 DualLite/Solo SABRE Automotive Board";
     12	compatible = "fsl,imx6dl-sabreauto", "fsl,imx6dl";
     13};
     14
     15&cpu0 {
     16	operating-points = <
     17		/* kHz    uV */
     18		996000  1275000
     19		792000  1175000
     20		396000  1150000
     21	>;
     22	fsl,soc-operating-points = <
     23		/* ARM kHz  SOC-PU uV */
     24		996000	1200000
     25		792000	1175000
     26		396000	1175000
     27	>;
     28};