samples: dac: sam: Add missing pin configuration for sam_v71_xult
DAC pins are not defined for SAM V71(B) Xplained Ultra - this was causing device initialization to fail. This commit fixes that. Signed-off-by: Dhanesh S R <sr.dhanesh@protonmail.com>
This commit is contained in:
parent
482d17f235
commit
38a81f13ea
2 changed files with 28 additions and 0 deletions
|
@ -5,3 +5,17 @@
|
|||
dac-resolution = <12>;
|
||||
};
|
||||
};
|
||||
|
||||
&dacc{
|
||||
status = "okay";
|
||||
pinctrl-0 = <&dac_default>;
|
||||
pinctrl-names = "default";
|
||||
};
|
||||
|
||||
&pinctrl{
|
||||
dac_default: dac_default{
|
||||
group1 {
|
||||
pinmux = <PB13X_DACC_DAC0>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
@ -5,3 +5,17 @@
|
|||
dac-resolution = <12>;
|
||||
};
|
||||
};
|
||||
|
||||
&dacc{
|
||||
status = "okay";
|
||||
pinctrl-0 = <&dac_default>;
|
||||
pinctrl-names = "default";
|
||||
};
|
||||
|
||||
&pinctrl{
|
||||
dac_default: dac_default{
|
||||
group1 {
|
||||
pinmux = <PB13X_DACC_DAC0>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue