blob: 1a46b585f1701ebb94dd4ccab1b5e3a60035d2ac [file] [log] [blame]
Paul Barkerc8196982025-03-11 20:57:43 +00001/* 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
13struct rzg2l_usbphy_ctrl_priv {
14 fdt_addr_t regs;
15};
16
17#endif /* RENESAS_RZG2L_USBPHY_H */