summaryrefslogtreecommitdiff
path: root/recipes-kernel/linux/linux-3.19/overlays/port1_lora.dts
blob: dfc04c53251f356ee6a6e86726544f14e29b2155 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/dts-v1/;
/plugin/;

/* enable spi0 for spidev */

/ {
    fragment@0 {
        target-path = "/ahb/apb/spi@f0000000";
        __overlay__ {
            status = "okay";

            ap1-cs0@0 {
                compatible = "spidev";
                spi-max-frequency = <1000000>;
                reg = <0>;
            };
        };
    };
};