Deleted Added
full compact
1,2d0
< /include/ "bcm2835.dtsi"
<
16a15,21
>
> soc {
> firmware: firmware {
> compatible = "raspberrypi,bcm2835-firmware";
> mboxes = <&mailbox>;
> };
> };
24c29
< brcm,function = <1>; /* GPIO out */
---
> brcm,function = <BCM2835_FSEL_GPIO_OUT>;
29c34
< brcm,function = <4>; /* alt0 */
---
> brcm,function = <BCM2835_FSEL_ALT0>;
34c39
< brcm,function = <7>; /* alt3 */
---
> brcm,function = <BCM2835_FSEL_ALT3>;
47a53,56
> &i2c2 {
> status = "okay";
> };
>