]> Git Repo - linux.git/blob - arch/arm/mach-bcm/bcm_nsp.c
x86/kaslr: Expose and use the end of the physical memory address space
[linux.git] / arch / arm / mach-bcm / bcm_nsp.c
1 // SPDX-License-Identifier: GPL-2.0-only
2 // Copyright (C) 2015 Broadcom Corporation
3
4 #include <asm/mach/arch.h>
5
6 static const char *const bcm_nsp_dt_compat[] __initconst = {
7         "brcm,nsp",
8         NULL,
9 };
10
11 DT_MACHINE_START(NSP_DT, "Broadcom Northstar Plus SoC")
12         .l2c_aux_val    = 0,
13         .l2c_aux_mask   = ~0,
14         .dt_compat = bcm_nsp_dt_compat,
15 MACHINE_END
This page took 0.032896 seconds and 4 git commands to generate.