1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-02-09 02:26:27 +00:00

Add Ethernet PLL values for the QCA955x.

These are the same as the AR934x.

Obtained from:	Linux openwrt
This commit is contained in:
Adrian Chadd 2015-03-01 06:54:59 +00:00
parent b69448850b
commit 5c8bc6bba2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=279478

View File

@ -193,4 +193,9 @@
#define QCA955X_ETH_CFG_RGMII_EN BIT(0)
#define QCA955X_ETH_CFG_GE0_SGMII BIT(6)
/* XXX Same as AR934x values */
#define QCA955X_PLL_VAL_1000 0x16000000
#define QCA955X_PLL_VAL_100 0x00000101
#define QCA955X_PLL_VAL_10 0x00001616
#endif /* __QCA955XREG_H__ */