u-boot/include/renesas/rzg2l-usbphy.h
Paul Barker b85fe01d7d reset: rzg2l-usbphy-ctrl: Add new driver
Add a new driver to control the USB 2.0 PHY reset controller on the
Renesas RZ/G2L and related SoCs.

Signed-off-by: Paul Barker <paul.barker.ct@bp.renesas.com>
Reviewed-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
2025-03-19 03:36:19 +01:00

17 lines
314 B
C

/* SPDX-License-Identifier: GPL-2.0 */
/*
* RZ/G2L USB PHY common definitions
*
* Copyright (C) 2021-2023 Renesas Electronics Corp.
*/
#ifndef RENESAS_RZG2L_USBPHY_H
#define RENESAS_RZG2L_USBPHY_H
#include <fdtdec.h>
struct rzg2l_usbphy_ctrl_priv {
fdt_addr_t regs;
};
#endif /* RENESAS_RZG2L_USBPHY_H */