Skip to content
Snippets Groups Projects
cpu.h 267 B
Newer Older
  • Learn to ignore specific revisions
  • /*
     * (C) Copyright 2014 Freescale Semiconductor, Inc.
     *
     * SPDX-License-Identifier:	GPL-2.0+
     */
    
    #define MXC_CPU_MX51		0x51
    #define MXC_CPU_MX53		0x53
    #define MXC_CPU_MX6SL		0x60
    #define MXC_CPU_MX6DL		0x61
    #define MXC_CPU_MX6SOLO		0x62
    #define MXC_CPU_MX6Q		0x63