|
|
@@ -351,6 +351,20 @@
|
|
|
};
|
|
|
};
|
|
|
|
|
|
+ i2c0_pins: i2c0-pins {
|
|
|
+ mux {
|
|
|
+ function = "i2c";
|
|
|
+ groups = "i2c";
|
|
|
+ };
|
|
|
+ };
|
|
|
+
|
|
|
+ pwm_pins: pwm-pins {
|
|
|
+ mux {
|
|
|
+ function = "pwm";
|
|
|
+ groups = "pwm0", "pwm1_0";
|
|
|
+ };
|
|
|
+ };
|
|
|
+
|
|
|
wf_led_pins: wf-led-pins {
|
|
|
mux {
|
|
|
function = "led";
|
|
|
@@ -420,6 +434,23 @@
|
|
|
status = "okay";
|
|
|
};
|
|
|
|
|
|
+&i2c0 {
|
|
|
+ pinctrl-names = "default";
|
|
|
+ pinctrl-0 = <&i2c0_pins>;
|
|
|
+ status = "okay";
|
|
|
+};
|
|
|
+
|
|
|
+&pwm {
|
|
|
+ pinctrl-names = "default";
|
|
|
+ pinctrl-0 = <&pwm_pins>;
|
|
|
+ status = "okay";
|
|
|
+};
|
|
|
+
|
|
|
+&fan {
|
|
|
+ pwms = <&pwm 0 500000 0>;
|
|
|
+ status = "okay";
|
|
|
+};
|
|
|
+
|
|
|
&wmac {
|
|
|
mediatek,eeprom-data = <0x86790900 0xc4326 0x60000000 0x00 0x00 0x00 0x00 0x00
|
|
|
0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
|