> For the complete documentation index, see [llms.txt](https://dev.solid-run.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dev.solid-run.com/marvell/cn913x/sbc-platform/cn913x-other-articles/upgrading-clearfog-base-to-support-cn9130-som.md).

# Upgrading Clearfog Base to support CN9130 SOM

This guide is meant to explain how to upgrade the the ClearFog Base to support both CN9130 SOM and A388 SOM.

## Removal of conflicting parts

Remove the components from table below:

|   |        |     |        |              |
| - | ------ | --- | ------ | ------------ |
| # | RefDes | Qty | Action | Comments     |
| 1 | R153   | 1   | Remove | RES 740ohm   |
| 2 | U24    | 1   | Remove | 74LVC1G125GW |
| 3 | U26    | 1   | Remove | 74LVC1G125GW |

The components locations are marked green in the pictures below:

### Components side

![](/files/IIiNS2dYoYhrxCO7nlBY)

### Print Side

![](/files/z7CyKtTSw2RATYoQ0Nbi)

### Impact

The changes outlined partially impact functionality of the M.2 connector:

1. pin 6 (FULL\_CARD\_POWER\_OFF#) is left floating
2. pin 67 (RESET#) is left floating

If an M.2 module is missing internal pull-ups, or has internal pull-down, it might permanently stay powered off or in reset.

As a workaround the IOs originally controlling the operational amplifiers U24 / U26 can be connected directly to M.2 connector using short wire, as shown below:

## Workaround for floating M.2 control signals

### FULL\_CARD\_POWER\_OFF

Some LTE modules were found to have integrated pull-down for FULL\_CARD\_POWER\_OFF, therefore the following workaround is recommended:

![](/files/42cfLjdMAxdfFTXYt3Vz)

### RESET

RESET is specified as a 1.8V signal for M.2, digital IO has 3.3V logic level.\
Therefore no workaround is recommended.

If strictly required, operation may be safe in open-drain configuration as long as software behaviour is validated first.

## SFP Rate-Select (RS0/RS1)

**Note: Clearfog Base revision 1.4.4 and later already include these changes.**

Dis-/Assemble the components from table below:

|   |          |        |              |
| - | -------- | ------ | ------------ |
| # | RefDes   | Action | Comments     |
| 1 | R40, R41 | Remove | resistor 0Ω  |
| 2 | R37, R38 | Add    | resistor 1kΩ |

The components locations are marked red in the picture below

![cfbase\_a38x\_cn9130\_sfp.png](/files/Wo2stYbHNeWCC9tw1UM0)

### Impact

R37/R38 enable high-speed mode (10Gbps) for TX and RX on SFP modules.\
Without this change CN9130 SoM SFP port will be limited to sgmii (2.5Gbps and lower) speeds even though the cpu side supports up to 10Gbps.

## SoC Clocking Bootstrap

**Note: Clearfog Base revision 1.4.8 and later already include these changes.**

Dis-/Assemble the components from table below:

|   |        |        |               |
| - | ------ | ------ | ------------- |
| # | RefDes | Action | Comments      |
| 1 | R153   | Add    | resistor 470Ω |

The components locations are marked red in the picture below:

![cfbase\_a38x\_cn9130\_bootstrap.png](/files/8Gu8GfKFgtQ9BanBZny9)

### Impact

R153 pulls CP\_MPP\[15] high during reset, which makes possible (but does not activate by itself) 2.2GHz cpu speed.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://dev.solid-run.com/marvell/cn913x/sbc-platform/cn913x-other-articles/upgrading-clearfog-base-to-support-cn9130-som.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
