Загрузка данных


/dts-v1/;
/plugin/;

/ {
    compatible = "allwinner,sun50i-h618";

    fragment@0 {
        target-path = "/soc/spi@4025000";

        __overlay__ {

            sc16is752@1 {
                compatible = "nxp,sc16is752";
                reg = <1>;

                spi-max-frequency = <4000000>;

                interrupt-parent = <&pio>;
                interrupts = <0 25 2>;

                clocks = <&sc16clk>;
            };
        };
    };

    fragment@1 {
        target-path = "/";

        __overlay__ {
            sc16clk: sc16clk {
                compatible = "fixed-clock";
                #clock-cells = <0>;
                clock-frequency = <1843200>;
            };
        };
    };
};