forked from rrcarlosr/Jetpack
35 lines
1.2 KiB
Plaintext
35 lines
1.2 KiB
Plaintext
/*
|
|
* Top level DTS file for CVM:P2888-0001 and CVB:P2822-0000.
|
|
*
|
|
* Copyright (c) 2017-2019, NVIDIA CORPORATION. All rights reserved.
|
|
*
|
|
* This program is free software; you can redistribute it and/or modify
|
|
* it under the terms of the GNU General Public License as published by
|
|
* the Free Software Foundation; version 2 of the License.
|
|
*
|
|
* This program is distributed in the hope that it will be useful, but WITHOUT
|
|
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
|
* more details.
|
|
*/
|
|
#include "common/tegra194-p2888-0001-p2822-0000-common.dtsi"
|
|
#include "common/tegra194-p2822-0000-cti-camera-imx390-a00-8cam.dtsi"
|
|
/{
|
|
nvidia,dtsfilename = "tegra194-p2888-0001-p2822-0000-cti-JCB004-IMX390-8CAM.dts";
|
|
|
|
fixed-regulators {
|
|
p2822_avdd_cam_2v8: regulator@107 {
|
|
compatible = "regulator-fixed";
|
|
reg = <107>;
|
|
regulator-name = "avdd-cam-2v8";
|
|
regulator-always-on;
|
|
regulator-boot-on;
|
|
regulator-min-microvolt = <2800000>;
|
|
regulator-max-microvolt = <2800000>;
|
|
gpio = <&tegra_main_gpio TEGRA194_MAIN_GPIO(N, 0) 0>;
|
|
enable-active-high;
|
|
};
|
|
};
|
|
};
|
|
|