Paul Barker | c819698 | 2025-03-11 20:57:43 +0000 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0 */ |
2 | /* | ||||
3 | * RZ/G2L USB PHY common definitions | ||||
4 | * | ||||
5 | * Copyright (C) 2021-2023 Renesas Electronics Corp. | ||||
6 | */ | ||||
7 | |||||
8 | #ifndef RENESAS_RZG2L_USBPHY_H | ||||
9 | #define RENESAS_RZG2L_USBPHY_H | ||||
10 | |||||
11 | #include <fdtdec.h> | ||||
12 | |||||
13 | struct rzg2l_usbphy_ctrl_priv { | ||||
14 | fdt_addr_t regs; | ||||
15 | }; | ||||
16 | |||||
17 | #endif /* RENESAS_RZG2L_USBPHY_H */ |