Home
last modified time | relevance | path

Searched +full:tegra234 +full:- +full:ccplex +full:- +full:cluster (Results 1 – 3 of 3) sorted by relevance

/linux/Documentation/devicetree/bindings/arm/tegra/
H A Dnvidia,tegra-ccplex-cluster.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/arm/tegra/nvidia,tegra-ccplex-cluster.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: NVIDIA Tegra CPU COMPLEX CLUSTER area
10 - Sumit Gupta <sumitg@nvidia.com>
11 - Mikko Perttunen <mperttunen@nvidia.com>
12 - Jon Hunter <jonathanh@nvidia.com>
13 - Thierry Reding <thierry.reding@gmail.com>
16 The Tegra CPU COMPLEX CLUSTER area contains memory-mapped
[all …]
/linux/drivers/soc/tegra/cbb/
H A Dtegra234-cbb.c1 // SPDX-License-Identifier: GPL-2.0
3 * Copyright (c) 2021-2025, NVIDIA CORPORATION. All rights reserved
25 #include <soc/tegra/tegra-cbb.h>
190 if (!cbb->fabric->firewall_base || in tegra234_cbb_write_access_allowed()
191 !cbb->fabric->firewall_ctl || in tegra234_cbb_write_access_allowed()
192 !cbb->fabric->firewall_wr_ctl) { in tegra234_cbb_write_access_allowed()
193 dev_info(&pdev->dev, "SoC data missing for firewall\n"); in tegra234_cbb_write_access_allowed()
197 if ((cbb->fabric->firewall_ctl > FIREWALL_APERTURE_SZ) || in tegra234_cbb_write_access_allowed()
198 (cbb->fabric->firewall_wr_ctl > FIREWALL_APERTURE_SZ)) { in tegra234_cbb_write_access_allowed()
199 dev_err(&pdev->dev, "wrong firewall offset value\n"); in tegra234_cbb_write_access_allowed()
[all …]
/linux/arch/arm64/boot/dts/nvidia/
H A Dtegra234.dtsi1 // SPDX-License-Identifier: GPL-2.0
3 #include <dt-bindings/clock/tegra234-clock.h>
4 #include <dt-bindings/gpio/tegra234-gpio.h>
5 #include <dt-bindings/interrupt-controller/arm-gic.h>
6 #include <dt-bindings/mailbox/tegra186-hsp.h>
7 #include <dt-bindings/memory/tegra234-mc.h>
8 #include <dt-bindings/pinctrl/pinctrl-tegra-io-pad.h>
9 #include <dt-bindings/power/tegra234-powergate.h>
10 #include <dt-bindings/reset/tegra234-reset.h>
11 #include <dt-bindings/thermal/tegra234-bpmp-thermal.h>
[all …]