mirror of
git://nv-tegra.nvidia.com/device/hardware/nvidia/t23x-public-dts.git
synced 2025-12-22 09:12:02 +03:00
The SoC overlay files are reorganized to move the platform and status specific node overlay to the platform. The SoC will have SoC specific nodes with status as disabled. Bug 4040713 Change-Id: I692212c72c91d934ba20ec129b782aecc2f0208b Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/platform/t23x/concord-generic-dts/+/2875368 Reviewed-by: svcacv <svcacv@nvidia.com> GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
37 lines
737 B
Devicetree
37 lines
737 B
Devicetree
// SPDX-License-Identifier: GPL-2.0
|
|
// Copyright (c) 2022-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
|
|
|
#include <dt-bindings/memory/tegra234-mc.h>
|
|
|
|
/ {
|
|
fragment-t234-platform@0 {
|
|
target-path = "/";
|
|
__overlay__ {
|
|
pwm-fan {
|
|
compatible = "pwm-fan";
|
|
pwms = <&pwm3 0 45334>;
|
|
cooling-levels = <0 64 128 255>;
|
|
#cooling-cells = <2>;
|
|
};
|
|
|
|
bus@0 {
|
|
smmu_test {
|
|
compatible = "nvidia,smmu_test";
|
|
iommus = <&smmu_niso0 TEGRA234_SID_SMMU_TEST>;
|
|
status = "okay";
|
|
};
|
|
|
|
spi@3270000 {
|
|
flash@0 {
|
|
compatible = "jedec,spi-nor";
|
|
reg = <0>;
|
|
spi-max-frequency = <51000000>;
|
|
spi-tx-bus-width = <1>;
|
|
spi-rx-bus-width = <1>;
|
|
};
|
|
};
|
|
};
|
|
};
|
|
};
|
|
};
|