Configuring the Prod Setting
The prod
setting provides the configuration of the settings for:
- system characterization
- Interface
- Controller
These configuration settings are required to ensure the interface works in the platform. The prod setting is set at the controller level, and separately at the pinmux level. The examples provided describe the pinmux configuration.
The format of the configuration is a tuple of register address
, mask
, and data value
. MB1 reads data from address
, modifies it based on mask
and value
, and writes it back to address
.
The prod configuration file is available at:
<top>/drive-foundation/platform-config/hardware/nvidia/platform/t23x/automotive/bct/<board>/prod/tegra234-mb1-bct-<board>-<rev>-prod.dts
For example:
tegra234-mb1-bct-p3663-a01-prod.dts
For definitions of the <board>-<sku_id>-<rev>
, see the
Release Notes.