mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 06:39:32 -04:00
from the git tree. This merges a lot that we're not using, but there's too many files to be selective and have a hope of catching everything. If there are conflicts with the rest of the tree, we'll resolve them on a case by case basis. MFC after: 2 weeks Sponsored by: Netflix, Inc.
19 lines
453 B
C
19 lines
453 B
C
/*
|
|
* This header provides Tegra124-specific constants for binding
|
|
* nvidia,tegra124-car.
|
|
*/
|
|
|
|
#include <dt-bindings/clock/tegra124-car-common.h>
|
|
|
|
#ifndef _DT_BINDINGS_CLOCK_TEGRA124_CAR_H
|
|
#define _DT_BINDINGS_CLOCK_TEGRA124_CAR_H
|
|
|
|
#define TEGRA124_CLK_PLL_X 227
|
|
#define TEGRA124_CLK_PLL_X_OUT0 228
|
|
|
|
#define TEGRA124_CLK_CCLK_G 262
|
|
#define TEGRA124_CLK_CCLK_LP 263
|
|
|
|
#define TEGRA124_CLK_CLK_MAX 315
|
|
|
|
#endif /* _DT_BINDINGS_CLOCK_TEGRA124_CAR_H */
|