canyonlands.c (75bf465f0bc33e9b776a46d6a1b9b990f5fb7c37) canyonlands.c (e6f6390ab7b9d649c13de2c8a591bce61a10ec3b)
1// SPDX-License-Identifier: GPL-2.0-or-later
2/*
3 * This contain platform specific code for APM PPC460EX based Canyonlands
4 * board.
5 *
6 * Copyright (c) 2010, Applied Micro Circuits Corporation
7 * Author: Rupjyoti Sarmah <rsarmah@apm.com>
8 */
9#include <linux/kernel.h>
10#include <linux/init.h>
11#include <asm/pci-bridge.h>
12#include <asm/ppc4xx.h>
13#include <asm/udbg.h>
14#include <asm/uic.h>
1// SPDX-License-Identifier: GPL-2.0-or-later
2/*
3 * This contain platform specific code for APM PPC460EX based Canyonlands
4 * board.
5 *
6 * Copyright (c) 2010, Applied Micro Circuits Corporation
7 * Author: Rupjyoti Sarmah <rsarmah@apm.com>
8 */
9#include <linux/kernel.h>
10#include <linux/init.h>
11#include <asm/pci-bridge.h>
12#include <asm/ppc4xx.h>
13#include <asm/udbg.h>
14#include <asm/uic.h>
15#include <linux/of_address.h>
15#include <linux/of_platform.h>
16#include <linux/delay.h>
17#include "44x.h"
18
19#define BCSR_USB_EN 0x11
20
21static const struct of_device_id ppc460ex_of_bus[] __initconst = {
22 { .compatible = "ibm,plb4", },

--- 96 unchanged lines hidden ---
16#include <linux/of_platform.h>
17#include <linux/delay.h>
18#include "44x.h"
19
20#define BCSR_USB_EN 0x11
21
22static const struct of_device_id ppc460ex_of_bus[] __initconst = {
23 { .compatible = "ibm,plb4", },

--- 96 unchanged lines hidden ---