Skip to content

Commit

Permalink
ath79: add pinmux node to ar724x.dtsi
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Maclean <[email protected]>
  • Loading branch information
eamaclean authored and blogic committed Jun 1, 2018
1 parent 34f874b commit fab3254
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions target/linux/ath79/dts/ar724x.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,21 @@
#interrupt-cells = <2>;
};

pinmux: pinmux@18040028 {
compatible = "pinctrl-single";

reg = <0x18040028 0x8>;

pinctrl-single,bit-per-mux;
pinctrl-single,register-width = <32>;
pinctrl-single,function-mask = <0x1>;
#pinctrl-cells = <2>;

jtag_disable_pins: pinmux_jtag_disable_pins {
pinctrl-single,bits = <0x0 0x1 0x1>;
};
};

pll: pll-controller@18050000 {
compatible = "qca,ar7240-pll", "syscon";
reg = <0x18050000 0x3c>;
Expand Down

0 comments on commit fab3254

Please sign in to comment.