Searched +full:a1 +full:- +full:spifc (Results  1 – 5 of 5) sorted by relevance
| /linux/Documentation/devicetree/bindings/spi/ | 
| H A D | amlogic,a1-spifc.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)3 ---
 4 $id: http://devicetree.org/schemas/spi/amlogic,a1-spifc.yaml#
 5 $schema: http://devicetree.org/meta-schemas/core.yaml#
 7 title: Amlogic A1 SPI Flash Controller
 10   - Martin Kurbanov <mmkurbanov@sberdevices.ru>
 13   - $ref: spi-controller.yaml#
 18       - amlogic,a1-spifc
 26   power-domains:
 30   - compatible
 [all …]
 
 | 
| /linux/arch/arm64/boot/dts/amlogic/ | 
| H A D | meson-a1-ad402.dts | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)7 /dts-v1/;
 9 #include "meson-a1.dtsi"
 10 #include <dt-bindings/thermal/thermal.h>
 13 	compatible = "amlogic,ad402", "amlogic,a1";
 14 	model = "Amlogic Meson A1 AD402 Development Board";
 21 		stdout-path = "serial0:115200n8";
 29 	reserved-memory {
 33 			no-map;
 39 			compatible = "linaro,optee-tz";
 [all …]
 
 | 
| H A D | meson-libretech-cottonwood.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)7 #include <dt-bindings/clock/g12a-clkc.h>
 8 #include <dt-bindings/input/input.h>
 9 #include <dt-bindings/leds/common.h>
 10 #include <dt-bindings/gpio/gpio.h>
 11 #include <dt-bindings/gpio/meson-g12a-gpio.h>
 12 #include <dt-bindings/sound/meson-g12a-toacodec.h>
 13 #include <dt-bindings/sound/meson-g12a-tohdmitx.h>
 19 		spi0 = &spifc;
 28 		stdout-path = "serial0:115200n8";
 [all …]
 
 | 
| /linux/arch/arm/boot/dts/amlogic/ | 
| H A D | meson8.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 OR MIT6 #include <dt-bindings/clock/meson8-ddr-clkc.h>
 7 #include <dt-bindings/clock/meson8b-clkc.h>
 8 #include <dt-bindings/gpio/meson8-gpio.h>
 9 #include <dt-bindings/power/meson8-power.h>
 10 #include <dt-bindings/reset/amlogic,meson8b-clkc-reset.h>
 11 #include <dt-bindings/reset/amlogic,meson8b-reset.h>
 12 #include <dt-bindings/thermal/thermal.h>
 20 		#address-cells = <1>;
 21 		#size-cells = <0>;
 [all …]
 
 | 
| /linux/drivers/clk/meson/ | 
| H A D | a1-peripherals.c | 1 // SPDX-License-Identifier: GPL-2.0+10 #include <linux/clk-provider.h>
 13 #include "clk-dualdiv.h"
 14 #include "clk-regmap.h"
 15 #include "meson-clkc-utils.h"
 17 #include <dt-bindings/clock/amlogic,a1-peripherals-clkc.h>
 394 		 * b) CCF has a clock hand-off mechanism to make the sure the
 1197  *  ---------| |---DIV--| |     |     |    spicc out
 1198  *  ---------| |        | |-----|GATE |---------
 1200  *  --------------------|/
 [all …]
 
 |