summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/baytrail/include/soc/sata.h
blob: 62a4e76b65951f6b5247b69a2abde540065b74ca (plain)
1
2
3
4
5
6
7
8
9
10
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */

#ifndef BAYTRAIL_SATA_H
#define BAYTRAIL_SATA_H

#define SATA_SIRI 0xa0
#define SATA_SIRD 0xa4

#endif