From 4f591cc9c9663c413e8eb5cd8401a34a3251e30c Mon Sep 17 00:00:00 2001 From: Patryk Niedzwiedzinski Date: Sun, 29 Sep 2024 16:23:16 +0200 Subject: Remove old machines --- machines/rpi3-amadeus/spi.dts | 49 ------------------------------------------- 1 file changed, 49 deletions(-) delete mode 100644 machines/rpi3-amadeus/spi.dts (limited to 'machines/rpi3-amadeus/spi.dts') diff --git a/machines/rpi3-amadeus/spi.dts b/machines/rpi3-amadeus/spi.dts deleted file mode 100644 index db76c4b..0000000 --- a/machines/rpi3-amadeus/spi.dts +++ /dev/null @@ -1,49 +0,0 @@ -/dts-v1/; -/plugin/; - -/ { - compatible = "raspberrypi"; - fragment@0 { - target = <&spi>; - __overlay__ { - cs-gpios = <&gpio 8 1>, <&gpio 7 1>; - status = "okay"; - pinctrl-names = "default"; - pinctrl-0 = <&spi0_pins &spi0_cs_pins>; - #address-cells = <1>; - #size-cells = <0>; - spidev@0 { - reg = <0>; // CE0 - spi-max-frequency = <500000>; - compatible = "spidev"; - }; - - spidev@1 { - reg = <1>; // CE1 - spi-max-frequency = <500000>; - compatible = "spidev"; - }; - }; - }; - fragment@1 { - target = <&alt0>; - __overlay__ { - // Drop GPIO 7, SPI 8-11 - brcm,pins = <4 5>; - }; - }; - - fragment@2 { - target = <&gpio>; - __overlay__ { - spi0_pins: spi0_pins { - brcm,pins = <9 10 11>; - brcm,function = <4>; // alt0 - }; - spi0_cs_pins: spi0_cs_pins { - brcm,pins = <8 7>; - brcm,function = <1>; // out - }; - }; - }; -}; -- cgit 1.4.1