Commit 91310451 authored by Martin Blumenstingl's avatar Martin Blumenstingl
Browse files

ARM: dts: meson8: add the NAND pins - WiP



bias from Amlogic u-boot nfio.c:
  // pull up enable
  setbits_le32(P_PAD_PULL_UP_EN_REG2, 0x85ff);

  // pull direction, dqs pull down
  setbits_le32(P_PAD_PULL_UP_REG2, 0x0500);

Signed-off-by: default avatarMartin Blumenstingl <martin.blumenstingl@googlemail.com>
parent 785c64cb
Loading
Loading
Loading
Loading
+29 −0
Original line number Diff line number Diff line
@@ -687,6 +687,35 @@
			};
		};

		nand_pins: nand {
			mux {
				groups = "nand_io",
					"nand_ale",
					"nand_cle",
					"nand_wen_clk",
					"nand_ren_clk",
					"nand_dqs";
				function = "nand";
				bias-pull-down;
			};
		};

		nand_ce0_pins: nand-ce0 {
			mux {
				groups = "nand_io_ce0";
				function = "nand";
				bias-pull-up;
			};
		};

		nand_rb0_pins: nand-rb0 {
			mux {
				groups = "nand_io_rb0";
				function = "nand";
				bias-pull-up;
			};
		};

		pwm_e_pins: pwm-e {
			mux {
				groups = "pwm_e";