Niel Fourie | c1a215b | 2021-01-21 13:19:18 +0100 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0-or-later |
2 | /* | ||||
3 | * QorIQ USB DR device tree stub [ controller @ offset 0x211000 ] | ||||
4 | * | ||||
5 | * Copyright 2011 Freescale Semiconductor Inc. | ||||
6 | */ | ||||
7 | |||||
8 | usb@211000 { | ||||
9 | compatible = "fsl,mpc85xx-usb2-dr", "fsl-usb2-dr"; | ||||
10 | reg = <0x211000 0x1000>; | ||||
11 | #address-cells = <1>; | ||||
12 | #size-cells = <0>; | ||||
13 | interrupts = <45 0x2 0 0>; | ||||
14 | }; |