iss4xx.c (1c96fcdef8c7492ecf34ed70102a1ae5253ef9d1) iss4xx.c (0aafbdf35c75cbfec82636d01e6dc7950bc1507c)
1// SPDX-License-Identifier: GPL-2.0-or-later
2/*
3 * PPC476 board specific routines
4 *
5 * Copyright 2010 Torez Smith, IBM Corporation.
6 *
7 * Based on earlier code:
8 * Matt Porter <mporter@kernel.crashing.org>

--- 133 unchanged lines hidden (view full) ---

142
143define_machine(iss4xx) {
144 .name = "ISS-4xx",
145 .compatible = "ibm,iss-4xx",
146 .progress = udbg_progress,
147 .init_IRQ = iss4xx_init_irq,
148 .setup_arch = iss4xx_setup_arch,
149 .restart = ppc4xx_reset_system,
1// SPDX-License-Identifier: GPL-2.0-or-later
2/*
3 * PPC476 board specific routines
4 *
5 * Copyright 2010 Torez Smith, IBM Corporation.
6 *
7 * Based on earlier code:
8 * Matt Porter <mporter@kernel.crashing.org>

--- 133 unchanged lines hidden (view full) ---

142
143define_machine(iss4xx) {
144 .name = "ISS-4xx",
145 .compatible = "ibm,iss-4xx",
146 .progress = udbg_progress,
147 .init_IRQ = iss4xx_init_irq,
148 .setup_arch = iss4xx_setup_arch,
149 .restart = ppc4xx_reset_system,
150 .calibrate_decr = generic_calibrate_decr,
151};
150};