&spi1 {
compatible = "ti,omap-spi";
reg = <0x48030000 0x1000>;
interrupts = <25>;
#address-cells = <1>;
#size-cells = <0>;
spi1_device0: spi-device@0 {
reg = <0>;
spi-max-frequency = <1000000>;
spi-cs-delay = <5>;
word_length = <8>
};
spi1_device1: spi-device@1 {
reg = <1>;
spi-max-frequency = <2000000>;
spi-cs-delay = <10>;
word_length = <32>
};
};struct spi_omap_config {
DEVICE_MMIO_NAMED_ROM(base);
uint32_t irq;
};Join the Discord to ask follow-up questions and connect with the community
EdgeBench is a remote platform that lets developers build, test, and evaluate embedded applications on real hardware through a browser.
3,029 Members
Join