/* * Copyright 2023 NXP * * SPDX-License-Identifier: Apache-2.0 */ / { aliases { sram-ext = &is66wvq8m4; }; }; &is66wvq8m4 { status = "okay"; }; &pinctrl { pinmux_flexspi_safe: pinmux-flexspi-safe { group0 { pinmux = ; slew-rate = "normal"; }; group1 { pinmux = ; slew-rate = "normal"; bias-pull-down; }; }; }; /* Override pin control state to use one that only changes the PSRAM pin * configuration */ &flexspi { pinctrl-0 = <&pinmux_flexspi_safe>; };