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:
Laxman Dewangan
2023-04-07 17:24:37 +00:00
parent 1312a1cc0c
commit a5e0e58cb5
2 changed files with 38 additions and 12 deletions

View File

@@ -307,18 +307,6 @@
status = "okay";
};
pwm@32c0000 {
status = "okay";
};
pwm@32f0000 {
status = "okay";
};
pwm@3280000 {
status = "okay";
};
padctl@3520000 {
status = "okay";
pads {

View File

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