Looking at the new dt-blob.dts and the pin-configuration document,
https://github.com/raspberrypi/document ... uration.md
I am just wondering if someone can point me to information about what these are used for, or more specifically what they relate to.
Code: Select all
pin_define@FLASH_0_ENABLE {
type = "absent";
};
pin_define@FLASH_0_INDICATOR {
type = "absent";
};
pin_define@FLASH_1_ENABLE {
type = "absent";
};
pin_define@FLASH_1_INDICATOR {
type = "absent";
};
pin_define@POWER_LOW {
type = "absent";
};Thanks