};
serial_0_pins: serial_pinmux {
- mux {
- pins = "gpio16", "gpio17";
- function = "blsp_uart0";
- bias-disable;
- };
+ pins = "gpio16", "gpio17";
+ function = "blsp_uart0";
+ bias-disable;
};
serial_1_pins: serial1_pinmux {
- mux {
- /* We use the i2c-0 pins for serial_1 */
- pins = "gpio8", "gpio9";
- function = "blsp_uart1";
- bias-disable;
- };
+ /* We use the i2c-0 pins for serial_1 */
+ pins = "gpio8", "gpio9";
+ function = "blsp_uart1";
+ bias-disable;
};
i2c_0_pins: i2c_0_pinmux {
};
};
- gpio_export {
- compatible = "gpio-export";
- #size-cells = <0>;
-
- pse_en {
- gpio-export,name = "pse_en";
- gpio-export,output = <1>;
- gpios = <&tlmm 28 GPIO_ACTIVE_LOW>;
- };
-
- poeaf_det {
- gpio-export,name = "poeaf_det";
- gpio-export,input = <0>;
- gpios = <&tlmm 29 GPIO_ACTIVE_HIGH>;
- };
-
- };
-};
+ gpio_export {
+ compatible = "gpio-export";
+ #size-cells = <0>;
+
+ pse_en {
+ gpio-export,name = "pse_en";
+ gpio-export,output = <1>;
+ gpios = <&tlmm 28 GPIO_ACTIVE_LOW>;
+ };
-&tricolor {
- enable-gpio = <&tlmm 48 GPIO_ACTIVE_HIGH>;
+ poeaf_det {
+ gpio-export,name = "poeaf_det";
+ gpio-export,input = <0>;
+ gpios = <&tlmm 29 GPIO_ACTIVE_HIGH>;
+ };
+
+ };
};
&pcie0 {