/dts-v1/ /plugin/; / { fragment@1 { /* GPIO-1 */ target = <&spi2>; __overlay__ { #address-cells = <1>; #size-cells = <0>; van0: tss463aa { /* TODO join */ compatible = "atmel,tss463aa"; reg = <0>; spi-max-frequency = <4000000>; spi-cpol; spi-cpha; }; }; }; fragment@2 { /* GPIO-2 */ target-path = "/"; __overlay__ { tss463aa { clocks = <&clk_out_a>; /* FIXME remove and move to GPIO-2 ? */ clock-frequency = <8000000>; pinctrl-names = "default"; pinctrl-0 = <&clk_out_a_pins_a>; interrupt-parent = <&pio>; /* FIXME interrupts = <6 0 IRQ_TYPE_LEVEL_LOW>; */ /* interrupt-names = ""; */ }; }; }; };