Files
t23x-public-dts/overlay/tegra234-platform-overlay.dtsi
Laxman Dewangan 258536b3de p3737: Reorganize soc overlay files
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>
2023-04-19 18:17:43 +00:00

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>;
};
};
};
};
};
};