blob: 41b107eb5c2fde058afeee15ae203350edcd1ef9 [file] [log] [blame]
// Copyright 2019 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef SRC_DEVICES_LIB_MSM8X53_INCLUDE_SOC_MSM8X53_MSM8X53_GPIO_H_
#define SRC_DEVICES_LIB_MSM8X53_INCLUDE_SOC_MSM8X53_MSM8X53_GPIO_H_
namespace msm8x53 {
constexpr uint32_t kGpioBase = 0x01000000;
constexpr uint32_t kGpioSize = 0x00300000;
} // namespace msm8x53
#endif // SRC_DEVICES_LIB_MSM8X53_INCLUDE_SOC_MSM8X53_MSM8X53_GPIO_H_