Searched +full:armada +full:- +full:3700 +full:- +full:periph +full:- +full:clock +full:- +full:sb (Results 1 – 2 of 2) sorted by relevance
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)3 * Device Tree Include file for Marvell Armada 37xx family of SoCs.7 * Gregory CLEMENT <gregory.clement@free-electrons.com>11 #include <dt-bindings/interrupt-controller/arm-gic.h>14 interrupt-parent = <&gic>;15 #address-cells = <2>;16 #size-cells = <2>;23 reserved-memory {24 #address-cells = <2>;25 #size-cells = <2>;[all …]
1 // SPDX-License-Identifier: GPL-2.0+3 * Marvell Armada 37xx SoC Peripheral clocks7 * Gregory CLEMENT <gregory.clement@free-electrons.com>11 * TBG-A-P --| | | | | | ______12 * TBG-B-P --| Mux |--| /div1 |--| /div2 |--| Gate |--> perip_clk13 * TBG-A-S --| | | | | | |______|14 * TBG-B-S --|_____| |_______| |_______|17 * xtal clock as parent.20 #include <linux/clk-provider.h>201 .parent_names = (const char *[]){ "TBG-A-P", \[all …]