1 /* SPDX-License-Identifier: GPL-2.0-only */ << 2 /* 1 /* 3 * Copyright (C) 2014, 2016 Antony Pavlov <ant 2 * Copyright (C) 2014, 2016 Antony Pavlov <antonynpavlov@gmail.com> >> 3 * >> 4 * This program is free software; you can redistribute it and/or modify >> 5 * it under the terms of the GNU General Public License version 2 as >> 6 * published by the Free Software Foundation. >> 7 * 4 */ 8 */ 5 9 6 #ifndef __DT_BINDINGS_ATH79_CLK_H 10 #ifndef __DT_BINDINGS_ATH79_CLK_H 7 #define __DT_BINDINGS_ATH79_CLK_H 11 #define __DT_BINDINGS_ATH79_CLK_H 8 12 9 #define ATH79_CLK_CPU 0 13 #define ATH79_CLK_CPU 0 10 #define ATH79_CLK_DDR 1 14 #define ATH79_CLK_DDR 1 11 #define ATH79_CLK_AHB 2 15 #define ATH79_CLK_AHB 2 12 #define ATH79_CLK_REF 3 << 13 #define ATH79_CLK_MDIO 4 << 14 16 15 #define ATH79_CLK_END 5 !! 17 #define ATH79_CLK_END 3 16 18 17 #endif /* __DT_BINDINGS_ATH79_CLK_H */ 19 #endif /* __DT_BINDINGS_ATH79_CLK_H */ 18 20
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.