]> Git Repo - linux.git/blob - arch/arm/mach-bcm/board_bcm23550.c
x86/kaslr: Expose and use the end of the physical memory address space
[linux.git] / arch / arm / mach-bcm / board_bcm23550.c
1 // SPDX-License-Identifier: GPL-2.0-only
2 // Copyright (C) 2016 Broadcom
3
4 #include <asm/mach/arch.h>
5
6 static const char * const bcm23550_dt_compat[] = {
7         "brcm,bcm23550",
8         NULL,
9 };
10
11 DT_MACHINE_START(BCM23550_DT, "BCM23550 Broadcom Application Processor")
12         .dt_compat = bcm23550_dt_compat,
13 MACHINE_END
This page took 0.032967 seconds and 4 git commands to generate.