We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28596f0 commit 9442f96Copy full SHA for 9442f96
arch/arm64/boot/dts/ti/k3-j722s-evm.dts
@@ -406,6 +406,13 @@
406
407
&mcu_pmx0 {
408
409
+ mcu_i2c0_pins_default: mcu-i2c0-default-pins {
410
+ pinctrl-single,pins = <
411
+ J722S_MCU_IOPAD(0x048, PIN_INPUT, 0) /* (E11) MCU_I2C0_SDA */
412
+ J722S_MCU_IOPAD(0x044, PIN_INPUT, 0) /* (B13) MCU_I2C0_SCL */
413
+ >;
414
+ };
415
+
416
mcu_mcan0_pins_default: mcu-mcan0-default-pins {
417
pinctrl-single,pins = <
418
J722S_MCU_IOPAD(0x038, PIN_INPUT, 0) /* (D8) MCU_MCAN0_RX */
@@ -812,3 +819,10 @@
812
819
&mcu_gpio0 {
813
820
status = "okay";
814
821
};
822
823
+&mcu_i2c0 {
824
+ pinctrl-names = "default";
825
+ pinctrl-0 = <&mcu_i2c0_pins_default>;
826
+ clock-frequency = <400000>;
827
+ status = "okay";
828
+};
0 commit comments