Skip to content

Commit 92cd8bb

Browse files
Noltaribebarino
authored andcommitted
mips: bmips: add BCM6328 clock definitions
Add header with BCM6328 definitions in order to be able to include it from device tree files. Signed-off-by: Álvaro Fernández Rojas <[email protected]> Link: https://lore.kernel.org/r/[email protected] Acked-by: Florian Fainelli <[email protected]> Signed-off-by: Stephen Boyd <[email protected]>
1 parent 020c89c commit 92cd8bb

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
/* SPDX-License-Identifier: GPL-2.0+ */
2+
3+
#ifndef __DT_BINDINGS_CLOCK_BCM6328_H
4+
#define __DT_BINDINGS_CLOCK_BCM6328_H
5+
6+
#define BCM6328_CLK_PHYMIPS 0
7+
#define BCM6328_CLK_ADSL_QPROC 1
8+
#define BCM6328_CLK_ADSL_AFE 2
9+
#define BCM6328_CLK_ADSL 3
10+
#define BCM6328_CLK_MIPS 4
11+
#define BCM6328_CLK_SAR 5
12+
#define BCM6328_CLK_PCM 6
13+
#define BCM6328_CLK_USBD 7
14+
#define BCM6328_CLK_USBH 8
15+
#define BCM6328_CLK_HSSPI 9
16+
#define BCM6328_CLK_PCIE 10
17+
#define BCM6328_CLK_ROBOSW 11
18+
19+
#endif /* __DT_BINDINGS_CLOCK_BCM6328_H */

0 commit comments

Comments
 (0)