File tree Expand file tree Collapse file tree 1 file changed +16
-18
lines changed
arch/arm64/boot/dts/freescale Expand file tree Collapse file tree 1 file changed +16
-18
lines changed Original file line number Diff line number Diff line change 401401 status = "okay";
402402};
403403
404+ &flexspi {
405+ pinctrl-names = "default";
406+ pinctrl-0 = <&pinctrl_flexspi>;
407+ status = "okay";
408+
409+ flash@0 {
410+ reg = <0>;
411+ #address-cells = <1>;
412+ #size-cells = <1>;
413+ compatible = "jedec,spi-nor";
414+ spi-max-frequency = <80000000>;
415+ spi-tx-bus-width = <1>;
416+ spi-rx-bus-width = <4>;
417+ };
418+ };
419+
404420&iomuxc {
405421 pinctrl_fec1: fec1grp {
406422 fsl,pins =
641657 MX8MM_IOMUXC_GPIO1_IO11_GPIO1_IO11 0x186
642658 >;
643659 };
644- };
645-
646- &flexspi {
647- pinctrl-names = "default";
648- pinctrl-0 = <&pinctrl_flexspi>;
649- status = "okay";
650-
651- flash@0 {
652- reg = <0>;
653- #address-cells = <1>;
654- #size-cells = <1>;
655- compatible = "jedec,spi-nor";
656- spi-max-frequency = <80000000>;
657- spi-tx-bus-width = <1>;
658- spi-rx-bus-width = <4>;
659- };
660- };
661660
662- &iomuxc {
663661 pinctrl_flexspi: flexspigrp {
664662 fsl,pins = <
665663 MX8MM_IOMUXC_NAND_ALE_QSPI_A_SCLK 0x1c2
You can’t perform that action at this time.
0 commit comments