Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v6.13 13 lines 308 B view raw
1/* SPDX-License-Identifier: GPL-2.0 */ 2/* 3 * This header provides constants for AM654 SERDES. 4 */ 5 6#ifndef _DT_BINDINGS_AM654_SERDES 7#define _DT_BINDINGS_AM654_SERDES 8 9#define AM654_SERDES_CMU_REFCLK 0 10#define AM654_SERDES_LO_REFCLK 1 11#define AM654_SERDES_RO_REFCLK 2 12 13#endif /* _DT_BINDINGS_AM654_SERDES */