blob: e30756b2804a7abe6fd6c448dbeac7ae73ddcd7c [file] [log] [blame]
Claudiu Beznea643966a2020-09-07 17:46:37 +03001/* SPDX-License-Identifier: GPL-2.0-or-later */
2/*
3 * This header provides constants for AT91 pmc status.
4 * The constants defined in this header are being used in dts and PMC code.
5 *
6 * Copyright (C) 2020 Microchip Technology Inc. and its subsidiaries
7 *
8 * Author: Claudiu Beznea <claudiu.beznea@microchip.com>
9 *
10 * Based on include/dt-bindings/clock/at91.h on Linux.
11 */
12
13#ifndef _DT_BINDINGS_CLK_AT91_H
14#define _DT_BINDINGS_CLK_AT91_H
15
16#define PMC_TYPE_CORE 1
17#define PMC_TYPE_SYSTEM 2
18#define PMC_TYPE_PERIPHERAL 3
19#define PMC_TYPE_GCK 4
20#define PMC_TYPE_SLOW 5
21
22#endif