mirror of
git://nv-tegra.nvidia.com/device/hardware/nvidia/t23x-public-dts.git
synced 2025-12-22 09:12:02 +03:00
concord: p3737: Sync with mainline V6.3-rc5
Pull the nodes from overlay to base based on V6.3-rc5 p3737 files. Bug 4057304 Change-Id: I9557b58ad731e1a916cd6da2836a516c1c0a72c1 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/+/2884501 Reviewed-by: svcacv <svcacv@nvidia.com> GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
This commit is contained in:
@@ -2,4 +2,42 @@
|
||||
|
||||
/ {
|
||||
compatible = "nvidia,p3737-0000";
|
||||
|
||||
bus@0 {
|
||||
i2c@3160000 {
|
||||
status = "okay";
|
||||
|
||||
eeprom@56 {
|
||||
compatible = "atmel,24c02";
|
||||
reg = <0x56>;
|
||||
|
||||
label = "system";
|
||||
vcc-supply = <&vdd_1v8_sys>;
|
||||
address-width = <8>;
|
||||
pagesize = <8>;
|
||||
size = <256>;
|
||||
read-only;
|
||||
};
|
||||
};
|
||||
|
||||
pwm@3280000 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
pwm@32c0000 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
pwm@32f0000 {
|
||||
status = "okay";
|
||||
};
|
||||
};
|
||||
|
||||
vdd_1v8_sys: regulator-vdd-1v8-sys {
|
||||
compatible = "regulator-fixed";
|
||||
regulator-name = "VDD_1V8_SYS";
|
||||
regulator-min-microvolt = <1800000>;
|
||||
regulator-max-microvolt = <1800000>;
|
||||
regulator-always-on;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user