Searched +full:sun9i +full:- +full:a80 +full:- +full:smp +full:- +full:sram (Results 1 – 6 of 6) sorted by relevance
1 Allwinner SRAM for smp bringup:2 ------------------------------------------------4 Allwinner's A80 SoC uses part of the secure sram for hotplugging of the9 Therefore a reserved section sub-node has to be added to the mmio-sram12 Note that this is separate from the Allwinner SRAM controller found in13 ../../sram/sunxi-sram.txt. This SRAM is secure only and not mappable to16 Also there are no "secure-only" properties. The implementation should17 check if this SRAM is usable first.19 Required sub-node properties:20 - compatible : depending on the SoC this should be one of:[all …]
2 * Copyright 2014 Chen-Yu Tsai4 * Chen-Yu Tsai <wens@csie.org>6 * This file is dual-licensed: you can use it either under the terms45 #include <dt-bindings/interrupt-controller/arm-gic.h>47 #include <dt-bindings/clock/sun9i-a80-ccu.h>48 #include <dt-bindings/clock/sun9i-a80-de.h>49 #include <dt-bindings/clock/sun9i-a80-usb.h>50 #include <dt-bindings/reset/sun9i-a80-ccu.h>51 #include <dt-bindings/reset/sun9i-a80-de.h>52 #include <dt-bindings/reset/sun9i-a80-usb.h>[all …]
1 # SPDX-License-Identifier: GPL-2.03 ---4 $id: http://devicetree.org/schemas/sram/sram.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Generic on-chip SRAM10 - Rob Herring <robh@kernel.org>15 Each child of the sram node specifies a region of reserved memory. Each19 Following the generic-names recommended practice, node names should25 pattern: "^sram(@.*)?"30 - mmio-sram[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Copyright (c) 2018 Chen-Yu Tsai5 * Chen-Yu Tsai <wens@csie.org>7 * arch/arm/mach-sunxi/mc_smp.c9 * Based on Allwinner code, arch/arm/mach-exynos/mcpm-exynos.c, and10 * arch/arm/mach-hisi/platmcpm.c14 #include <linux/arm-cci.h>19 #include <linux/irqchip/arm-gic.h>23 #include <linux/smp.h>64 /* The power off register for clusters are different from a80 and a83t */[all …]