summaryrefslogtreecommitdiff
path: root/include/dt-bindings/ata/ahci-tegra.h
blob: 2d1fad4796a731891dfe71e8bbb9f8958e28e98a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
/*
 * This header provides macros for Tegra AHCI bindings.
 *
 * Copyright (c) 2014, NVIDIA CORPORATION.  All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify it
 * under the terms and conditions of the GNU General Public License,
 * version 2, as published by the Free Software Foundation.
 *
 * This program is distributed in the hope it will be useful, but WITHOUT
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
 * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
 * more details.
 */

#ifndef _DT_BINDINGS_TEGRA_AHCI_H
#define _DT_BINDINGS_TEGRA_AHCI_H

#define MINI_SATA	0
#define MICRO_SATA	1
#define SLIMLINE_SATA	2
#define E_SATA		3
#define E_SATA_P	4
#define SATA_EXPRESS	5
#define STANDARD_SATA	6

#endif