| * Copyright (c) 2017 Intel Corporation. |
| * SPDX-License-Identifier: Apache-2.0 |
| #include <dt-bindings/interrupt-controller/intel-ioapic.h> |
| compatible = "intel,ioapic"; |
| reg = <0xfec00000 0x100000>; |
| compatible = "soc-nv-flash"; |
| reg = <0x00100000 DT_FLASH_SIZE>; |
| compatible = "mmio-sram"; |
| reg = <0x00400000 DT_SRAM_SIZE>; |
| compatible = "simple-bus"; |
| reg = <0x000003f8 0x100>; |
| clock-frequency = <1843200>; |
| interrupts = <4 IRQ_TYPE_EDGE_RISING 3>; |
| interrupt-parent = <&intc>; |
| reg = <0x000002f8 0x100>; |
| clock-frequency = <1843200>; |
| interrupts = <3 IRQ_TYPE_EDGE_RISING 3>; |
| interrupt-parent = <&intc>; |