Merge tag 'locks-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton...
[linux-2.6-microblaze.git] / arch / arm / boot / dts / intel-ixp42x.dtsi
1 // SPDX-License-Identifier: ISC
2 /*
3  * Device Tree file for Intel XScale Network Processors
4  * in the IXP 42x series. This series has 32 interrupts.
5  */
6 #include "intel-ixp4xx.dtsi"
7
8 / {
9         soc {
10                 pci@c0000000 {
11                         compatible = "intel,ixp42x-pci";
12                 };
13
14                 interrupt-controller@c8003000 {
15                         compatible = "intel,ixp42x-interrupt";
16                 };
17
18                 /*
19                  * This is the USB Device Mode (UDC) controller, which is used
20                  * to present the IXP4xx as a device on a USB bus.
21                  */
22                 usb@c800b000 {
23                         compatible = "intel,ixp4xx-udc";
24                         reg = <0xc800b000 0x1000>;
25                         interrupts = <12 IRQ_TYPE_LEVEL_HIGH>;
26                         status = "disabled";
27                 };
28         };
29 };