[U-Boot] [PATCH 05/20] arm: dts: MediaTek: add MT7623 Bananapi R2 board support

Matthias Brugger matthias.bgg at gmail.com
Tue Oct 2 13:10:21 UTC 2018



On 02/10/2018 08:13, Ryder Lee wrote:
> This patch adds support for MT7623 development board - Bananapi R2 from
> BIPAI KEJI.  Detailed hardware information for BPI-R2 which could be
> found on http://wiki.banana-pi.org/Banana_Pi_BPI-R2.
> 
> Signed-off-by: Ryder Lee <ryder.lee at mediatek.com>
> ---
>  arch/arm/dts/Makefile                     |   1 +
>  arch/arm/dts/mt7623.dtsi                  | 258 ++++++++++++++++++
>  arch/arm/dts/mt7623n-bananapi-bpi-r2.dts  | 207 ++++++++++++++
>  include/dt-bindings/clock/mt7623-clk.h    | 429 ++++++++++++++++++++++++++++++
>  include/dt-bindings/power/mt7623-power.h  |  19 ++
>  include/dt-bindings/reset/mt7623-resets.h |  85 ++++++
>  6 files changed, 999 insertions(+)
>  create mode 100644 arch/arm/dts/mt7623.dtsi
>  create mode 100644 arch/arm/dts/mt7623n-bananapi-bpi-r2.dts
>  create mode 100644 include/dt-bindings/clock/mt7623-clk.h
>  create mode 100644 include/dt-bindings/power/mt7623-power.h
>  create mode 100644 include/dt-bindings/reset/mt7623-resets.h
> 
[...]
> +/* INFRACFG */
> +
> +#define CLK_INFRA_DBG				0
> +#define CLK_INFRA_SMI				1
> +#define CLK_INFRA_QAXI_CM4			2
> +#define CLK_INFRA_AUD_SPLIN_B			3
> +#define CLK_INFRA_AUDIO				4
> +#define CLK_INFRA_EFUSE				5
> +#define CLK_INFRA_L2C_SRAM			6
> +#define CLK_INFRA_M4U				7
> +#define CLK_INFRA_CONNMCU			8
> +#define CLK_INFRA_TRNG				9
> +#define CLK_INFRA_RAMBUFIF			10
> +#define CLK_INFRA_CPUM				11
> +#define CLK_INFRA_KP				12
> +#define CLK_INFRA_CEC				13
> +#define CLK_INFRA_IRRX				14
> +#define CLK_INFRA_PMICSPI			15
> +#define CLK_INFRA_PMICWRAP			16
> +#define CLK_INFRA_DDCCI				17
> +#define CLK_INFRA_CPUSEL                        18

Tabs instead of spaces please :)

Regards,
Matthias


More information about the U-Boot mailing list