pi4
This commit is contained in:
@@ -35,10 +35,18 @@ in
|
|||||||
all = { # [all] conditional filter, https://www.raspberrypi.com/documentation/computers/config_txt.html#conditional-filters
|
all = { # [all] conditional filter, https://www.raspberrypi.com/documentation/computers/config_txt.html#conditional-filters
|
||||||
|
|
||||||
base-dt-params = {
|
base-dt-params = {
|
||||||
|
i2c_arm = {
|
||||||
|
enable = true;
|
||||||
|
value = "on";
|
||||||
|
};
|
||||||
i2c = {
|
i2c = {
|
||||||
enable = true;
|
enable = true;
|
||||||
value = "on";
|
value = "on";
|
||||||
};
|
};
|
||||||
|
spi = {
|
||||||
|
enable = true;
|
||||||
|
value = "on";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
options = {
|
options = {
|
||||||
|
|||||||
Reference in New Issue
Block a user