18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-only */ 28c2ecf20Sopenharmony_ci/* 38c2ecf20Sopenharmony_ci * Copyright (C) 2018 Daniel Mack 48c2ecf20Sopenharmony_ci */ 58c2ecf20Sopenharmony_ci 68c2ecf20Sopenharmony_ci#ifndef __DT_BINDINGS_MAX9485_CLK_H 78c2ecf20Sopenharmony_ci#define __DT_BINDINGS_MAX9485_CLK_H 88c2ecf20Sopenharmony_ci 98c2ecf20Sopenharmony_ci#define MAX9485_MCLKOUT 0 108c2ecf20Sopenharmony_ci#define MAX9485_CLKOUT 1 118c2ecf20Sopenharmony_ci#define MAX9485_CLKOUT1 2 128c2ecf20Sopenharmony_ci#define MAX9485_CLKOUT2 3 138c2ecf20Sopenharmony_ci 148c2ecf20Sopenharmony_ci#endif /* __DT_BINDINGS_MAX9485_CLK_H */ 15