blob: e87e6dd49b75e4434355404cded572632887afec [file] [log] [blame]
Niel Fourie2a4480e2021-01-21 13:19:18 +01001// SPDX-License-Identifier: GPL-2.0-or-later
2/*
3 * QorIQ eSPI device tree stub [ controller @ offset 0x110000 ]
4 *
5 * Copyright 2011 Freescale Semiconductor Inc.
6 */
7
8spi@110000 {
9 #address-cells = <1>;
10 #size-cells = <0>;
11 compatible = "fsl,mpc8536-espi";
12 reg = <0x110000 0x1000>;
13 interrupts = <53 0x2 0 0>;
14};