Commit c6347e48 authored by Manjunathappa, Prakash's avatar Manjunathappa, Prakash Committed by Sekhar Nori

ARM: davinci: da850: add SPI1 DT node

Patch adds SPI1 DT node along with pinmux data.
Signed-off-by: default avatarManjunathappa, Prakash <prakash.pm@ti.com>
Signed-off-by: default avatarSekhar Nori <nsekhar@ti.com>
parent eed48556
...@@ -113,7 +113,18 @@ ecap2_pins: pinmux_ecap2_pins { ...@@ -113,7 +113,18 @@ ecap2_pins: pinmux_ecap2_pins {
0x4 0x00000004 0x0000000f 0x4 0x00000004 0x0000000f
>; >;
}; };
spi1_pins: pinmux_spi_pins {
pinctrl-single,bits = <
/* SIMO, SOMI, CLK */
0x14 0x00110100 0x00ff0f00
>;
};
spi1_cs0_pin: pinmux_spi1_cs0 {
pinctrl-single,bits = <
/* CS0 */
0x14 0x00000010 0x000000f0
>;
};
}; };
serial0: serial@1c42000 { serial0: serial@1c42000 {
compatible = "ns16550a"; compatible = "ns16550a";
...@@ -195,6 +206,16 @@ ecap2: ecap@01f08000 { ...@@ -195,6 +206,16 @@ ecap2: ecap@01f08000 {
reg = <0x308000 0x80>; reg = <0x308000 0x80>;
status = "disabled"; status = "disabled";
}; };
spi1: spi@1f0e000 {
#address-cells = <1>;
#size-cells = <0>;
compatible = "ti,da830-spi";
reg = <0x30e000 0x1000>;
num-cs = <4>;
ti,davinci-spi-intr-line = <1>;
interrupts = <56>;
status = "disabled";
};
}; };
nand_cs3@62000000 { nand_cs3@62000000 {
compatible = "ti,davinci-nand"; compatible = "ti,davinci-nand";
......
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