Skip to content

Commit

Permalink
ARM: dts: meson8: add the NAND pins - WiP
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
  • Loading branch information
xdarklight committed Sep 26, 2018
1 parent 20240ae commit daaa59d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions arch/arm/boot/dts/meson8.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,21 @@
};
};

nand_pins: nand {
mux {
groups = "nand_io",
"nand_io_ce0",
"nand_io_ce1",
"nand_io_rb0",
"nand_ale",
"nand_cle",
"nand_wen_clk",
"nand_ren_clk",
"nand_dqs";
function = "nand";
};
};

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

0 comments on commit daaa59d

Please sign in to comment.