/* SPDX-License-Identifier: BSD-2-Clause-Patent */ /** * * Copyright (c) 2017, Andrei Warkentin * Copyright (c) Microsoft Corporation. All rights reserved. * **/ #include #ifndef __BCM2836_SDHOST_H__ #define __BCM2836_SDHOST_H__ #define SDHOST_OFFSET 0x00202000 #define SDHOST_BASE_ADDRESS (BCM2836_SOC_REGISTERS + SDHOST_OFFSET) #define SDHOST_LENGTH 0x00000100 #endif /*__BCM2836_SDHOST_H__ */