From e3598de3978eebff6d15783a87782e9ef05c0c89 Mon Sep 17 00:00:00 2001 From: digger vermont Date: Sat, 6 May 2023 15:30:58 -0400 Subject: [PATCH] Remap column 3 to gpio3 rather than physical pin3 * Disable unused peripherals --- app/boards/arm/tofu/tofu65_v2.dts | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/app/boards/arm/tofu/tofu65_v2.dts b/app/boards/arm/tofu/tofu65_v2.dts index 268b8286..f3d594c4 100644 --- a/app/boards/arm/tofu/tofu65_v2.dts +++ b/app/boards/arm/tofu/tofu65_v2.dts @@ -79,7 +79,7 @@ RC(4,0) RC(4,1) RC(4,2) RC(4,6) RC(4,8) RC(4,9) = <&gpio0 25 GPIO_ACTIVE_HIGH> , <&gpio0 24 GPIO_ACTIVE_HIGH> , <&gpio0 23 GPIO_ACTIVE_HIGH> - , <&gpio0 3 GPIO_ACTIVE_HIGH> + , <&gpio0 1 GPIO_ACTIVE_HIGH> , <&gpio0 7 GPIO_ACTIVE_HIGH> , <&gpio0 21 GPIO_ACTIVE_HIGH> , <&gpio0 20 GPIO_ACTIVE_HIGH> @@ -139,14 +139,12 @@ RC(4,0) RC(4,1) RC(4,2) RC(4,6) RC(4,8) RC(4,9) &spi0 { - status = "okay"; pinctrl-0 = <&spi0_default>; pinctrl-names = "default"; clock-frequency = ; }; &i2c1 { - status = "okay"; pinctrl-0 = <&i2c1_default>; pinctrl-names = "default"; clock-frequency = ; @@ -157,11 +155,9 @@ RC(4,0) RC(4,1) RC(4,2) RC(4,6) RC(4,8) RC(4,9) }; &wdt0 { - status = "okay"; }; &adc { - status = "okay"; pinctrl-0 = <&adc_default>; pinctrl-names = "default"; };