mirror of
git://nv-tegra.nvidia.com/device/hardware/nvidia/t23x-public-dts.git
synced 2025-12-22 17:30:17 +03:00
p3701: overlay: add spi device nodes
Add support for SPI device nodes for spi controllers. Bug 4159700 Change-Id: I09f1557a7dd4e87201605075235a58710171d85a Signed-off-by: Vishwaroop A <va@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/2925735 Reviewed-by: svcacv <svcacv@nvidia.com> Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com> GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
288d8b36df
commit
6d442ea3b4
@@ -6,6 +6,32 @@
|
|||||||
target-path = "/";
|
target-path = "/";
|
||||||
__overlay__ {
|
__overlay__ {
|
||||||
bus@0 {
|
bus@0 {
|
||||||
|
spi@3210000{ /* SPI1 in 40 pin conn */
|
||||||
|
spi@0 { /* chip select 0 */
|
||||||
|
compatible = "tegra-spidev";
|
||||||
|
reg = <0x0>;
|
||||||
|
spi-max-frequency = <50000000>;
|
||||||
|
};
|
||||||
|
spi@1 { /* chips select 1 */
|
||||||
|
compatible = "tegra-spidev";
|
||||||
|
reg = <0x1>;
|
||||||
|
spi-max-frequency = <50000000>;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
spi@3230000{ /* SPI3 in 40 pin conn */
|
||||||
|
spi@0 { /* chip select 0 */
|
||||||
|
compatible = "tegra-spidev";
|
||||||
|
reg = <0x0>;
|
||||||
|
spi-max-frequency = <50000000>;
|
||||||
|
};
|
||||||
|
spi@1 { /* chips select 1 */
|
||||||
|
compatible = "tegra-spidev";
|
||||||
|
reg = <0x1>;
|
||||||
|
spi-max-frequency = <50000000>;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
padctl@3520000 {
|
padctl@3520000 {
|
||||||
ports {
|
ports {
|
||||||
usb2-0 {
|
usb2-0 {
|
||||||
|
|||||||
Reference in New Issue
Block a user