Author: nbd Date: 2016-01-17 20:55:17 +0100 (Sun, 17 Jan 2016) New Revision: 48286
Modified: trunk/target/linux/lantiq/dts/ar9.dtsi trunk/target/linux/lantiq/dts/vr9.dtsi Log: lantiq: Add the SPI node to ar9.dtsi and vr9.dtsi This allows devices to use SPI without having to re-define (and thus duplicating) the whole SPI node. By default SPI is disabled (as before) because only few devices need it. Signed-off-by: Martin Blumenstingl <[email protected]> Modified: trunk/target/linux/lantiq/dts/ar9.dtsi =================================================================== --- trunk/target/linux/lantiq/dts/ar9.dtsi 2016-01-17 19:55:10 UTC (rev 48285) +++ trunk/target/linux/lantiq/dts/ar9.dtsi 2016-01-17 19:55:17 UTC (rev 48286) @@ -100,6 +100,16 @@ status = "disabled"; }; + spi: spi@E100800 { + compatible = "lantiq,spi-xway"; + reg = <0xE100800 0x100>; + interrupt-parent = <&icu0>; + interrupts = <22 23 24>; + #address-cells = <1>; + #size-cells = <1>; + status = "disabled"; + }; + gpio: pinmux@E100B10 { compatible = "lantiq,xrx100-pinctrl"; #gpio-cells = <2>; Modified: trunk/target/linux/lantiq/dts/vr9.dtsi =================================================================== --- trunk/target/linux/lantiq/dts/vr9.dtsi 2016-01-17 19:55:10 UTC (rev 48285) +++ trunk/target/linux/lantiq/dts/vr9.dtsi 2016-01-17 19:55:17 UTC (rev 48286) @@ -112,6 +112,16 @@ status = "disabled"; }; + spi: spi@E100800 { + compatible = "lantiq,spi-xway"; + reg = <0xE100800 0x100>; + interrupt-parent = <&icu0>; + interrupts = <22 23 24>; + #address-cells = <1>; + #size-cells = <1>; + status = "disabled"; + }; + gpio: pinmux@E100B10 { compatible = "lantiq,xrx200-pinctrl"; #gpio-cells = <2>; _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
