Add mclk_ext pin and it's rate is 12.288m.
Signed-off-by: Xingyu Wu <xingyu.wu@starfivetech.com>
mclk_ext: mclk_ext {
compatible = "fixed-clock";
#clock-cells = <0>;
- clock-frequency = <49152000>;
+ clock-frequency = <12288000>;
};
jtag_tck_inner: jtag_tck_inner {
starfive,pin-gpio-doen = <OEN_HIGH>;
};
};
+
+ mclk_ext_pins: mclk_ext_pins {
+ mclk_ext_pins {
+ starfive,pins = <PAD_GPIO61>;
+ starfive,pinmux = <PAD_GPIO61_FUNC_SEL 0>;
+ starfive,pin-ioconfig = <IO(GPIO_IE(1))>;
+ starfive,pin-gpio-din = <GPI_CRG0_EXT_MCLK>;
+ starfive,pin-gpio-doen = <OEN_HIGH>;
+ };
+ };
};
&gpioa {