blob: 0eb66f0d8590c3c8c0d63aa0e99fc929241fc969 [file] [log] [blame]
Minda Chene198b0d2025-03-06 14:20:26 +08001/* SPDX-License-Identifier: GPL-2.0 */
2
3#ifndef PHY_JH7110_USB_SYSCON_H_
4#define PHY_JH7110_USB_SYSCON_H_
5
6#define SYSCON_USB_PDRSTN_REG_OFFSET 0x18
7#define USB_PDRSTN_SPLIT_BIT 17
8
9#endif