From 3f2546b2ef55b661fd8dd69682b38992225e86f6 Mon Sep 17 00:00:00 2001 From: fishsoupisgood Date: Mon, 29 Apr 2019 01:17:54 +0100 Subject: Initial import of qemu-2.4.1 --- .../arch/arm/include/asm/arch-bcm281xx/gpio.h | 15 +++++++++++++ .../arch/arm/include/asm/arch-bcm281xx/sysmap.h | 25 ++++++++++++++++++++++ 2 files changed, 40 insertions(+) create mode 100644 roms/u-boot/arch/arm/include/asm/arch-bcm281xx/gpio.h create mode 100644 roms/u-boot/arch/arm/include/asm/arch-bcm281xx/sysmap.h (limited to 'roms/u-boot/arch/arm/include/asm/arch-bcm281xx') diff --git a/roms/u-boot/arch/arm/include/asm/arch-bcm281xx/gpio.h b/roms/u-boot/arch/arm/include/asm/arch-bcm281xx/gpio.h new file mode 100644 index 00000000..1b40a96a --- /dev/null +++ b/roms/u-boot/arch/arm/include/asm/arch-bcm281xx/gpio.h @@ -0,0 +1,15 @@ +/* + * Copyright 2013 Broadcom Corporation. + * + * SPDX-License-Identifier: GPL-2.0+ + */ + +#ifndef __ARCH_BCM281XX_GPIO_H +#define __ARCH_BCM281XX_GPIO_H + +/* + * Empty file - cmd_gpio.c requires this. The implementation + * is in drivers/gpio/kona_gpio.c instead of inlined here. + */ + +#endif diff --git a/roms/u-boot/arch/arm/include/asm/arch-bcm281xx/sysmap.h b/roms/u-boot/arch/arm/include/asm/arch-bcm281xx/sysmap.h new file mode 100644 index 00000000..880b4e09 --- /dev/null +++ b/roms/u-boot/arch/arm/include/asm/arch-bcm281xx/sysmap.h @@ -0,0 +1,25 @@ +/* + * Copyright 2013 Broadcom Corporation. + * + * SPDX-License-Identifier: GPL-2.0+ + */ + +#ifndef __ARCH_BCM281XX_SYSMAP_H + +#define BSC1_BASE_ADDR 0x3e016000 +#define BSC2_BASE_ADDR 0x3e017000 +#define BSC3_BASE_ADDR 0x3e018000 +#define GPIO2_BASE_ADDR 0x35003000 +#define KONA_MST_CLK_BASE_ADDR 0x3f001000 +#define KONA_SLV_CLK_BASE_ADDR 0x3e011000 +#define PMU_BSC_BASE_ADDR 0x3500d000 +#define PWRMGR_BASE_ADDR 0x35010000 +#define SDIO1_BASE_ADDR 0x3f180000 +#define SDIO2_BASE_ADDR 0x3f190000 +#define SDIO3_BASE_ADDR 0x3f1a0000 +#define SDIO4_BASE_ADDR 0x3f1b0000 +#define SECWD_BASE_ADDR 0x3500c000 +#define SECWD2_BASE_ADDR 0x35002f40 +#define TIMER_BASE_ADDR 0x3e00d000 + +#endif -- cgit v1.2.3