Commit 07910a79 authored by Sowjanya Komatineni's avatar Sowjanya Komatineni Committed by Thierry Reding

arm64: tegra: Enable QSPI on Jetson Nano

This patch enables QSPI on Jetson Nano.
Signed-off-by: default avatarSowjanya Komatineni <skomatineni@nvidia.com>
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent b0b4e286
...@@ -782,6 +782,18 @@ xbar_dmic2_ep: endpoint { ...@@ -782,6 +782,18 @@ xbar_dmic2_ep: endpoint {
}; };
}; };
spi@70410000 {
status = "okay";
flash@0 {
compatible = "spi-nor";
reg = <0>;
spi-max-frequency = <104000000>;
spi-tx-bus-width = <2>;
spi-rx-bus-width = <2>;
};
};
clk32k_in: clock@0 { clk32k_in: clock@0 {
compatible = "fixed-clock"; compatible = "fixed-clock";
clock-frequency = <32768>; clock-frequency = <32768>;
......
...@@ -1732,8 +1732,9 @@ spi@70410000 { ...@@ -1732,8 +1732,9 @@ spi@70410000 {
interrupts = <GIC_SPI 10 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 10 IRQ_TYPE_LEVEL_HIGH>;
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
clocks = <&tegra_car TEGRA210_CLK_QSPI>; clocks = <&tegra_car TEGRA210_CLK_QSPI>,
clock-names = "qspi"; <&tegra_car TEGRA210_CLK_QSPI_PM>;
clock-names = "qspi", "qspi_out";
resets = <&tegra_car 211>; resets = <&tegra_car 211>;
reset-names = "qspi"; reset-names = "qspi";
dmas = <&apbdma 5>, <&apbdma 5>; dmas = <&apbdma 5>, <&apbdma 5>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment