1description: STM32 Family flash controller 2 3compatible: "st,stm32-flash-controller" 4 5include: flash-controller.yaml 6 7properties: 8 st,rdp1-enable-byte: 9 type: int 10 default: 0x55 11 description: | 12 This property provides a byte which should used to enable non-permanent 13 readout protection (RDP1). Actually, any byte except 0xAA and 0xCC 14 (which are used by RDP0 and RDP2 respectively) can be used to enable 15 RDP1 but in multi-image environment, some other image could check if 16 RDP1 is enabled by comparing it to some hardcoded value. The byte has to 17 be different than 0xAA and 0xCC. 18