Skip to content
Snippets Groups Projects
Commit af77fdb2 authored by Allen Martin's avatar Allen Martin Committed by Tom Warren
Browse files

tegra114: dalmore: fdt: enable dalmore SPI controller


Dalmore has a SPI flash part attached to controller 4, so enable
controller 4 and set to 25MHz.

Signed-off-by: default avatarAllen Martin <amartin@nvidia.com>
Signed-off-by: default avatarTom Warren <twarren@nvidia.com>
Reviewed-by: default avatarStephen Warren <swarren@nvidia.com>
parent 9a38fb4d
No related branches found
No related tags found
No related merge requests found
......@@ -43,4 +43,9 @@
status = "okay";
clock-frequency = <400000>;
};
spi@7000da00 {
status = "okay";
spi-max-frequency = <25000000>;
};
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment