Deleted Added
full compact
23a24,33
> clocks {
> slow_xtal {
> clock-frequency = <32768>;
> };
>
> main_xtal {
> clock-frequency = <12000000>;
> };
> };
>
37c47
< cs-gpios = <&pioD 13 0>;
---
> cs-gpios = <&pioD 13 0>, <0>, <0>, <&pioD 16 0>;
45a56
> pinctrl-0 = <&pinctrl_i2c0_pu>;
50a62,103
>
> pmic: act8865@5b {
> compatible = "active-semi,act8865";
> reg = <0x5b>;
> status = "okay";
>
> regulators {
> vcc_1v8_reg: DCDC_REG1 {
> regulator-name = "VCC_1V8";
> regulator-min-microvolt = <1800000>;
> regulator-max-microvolt = <1800000>;
> regulator-always-on;
> };
>
> vcc_1v2_reg: DCDC_REG2 {
> regulator-name = "VCC_1V2";
> regulator-min-microvolt = <1200000>;
> regulator-max-microvolt = <1200000>;
> regulator-always-on;
> };
>
> vcc_3v3_reg: DCDC_REG3 {
> regulator-name = "VCC_3V3";
> regulator-min-microvolt = <3300000>;
> regulator-max-microvolt = <3300000>;
> regulator-always-on;
> };
>
> vddfuse_reg: LDO_REG1 {
> regulator-name = "FUSE_2V5";
> regulator-min-microvolt = <2500000>;
> regulator-max-microvolt = <2500000>;
> };
>
> vddana_reg: LDO_REG2 {
> regulator-name = "VDDANA";
> regulator-min-microvolt = <3300000>;
> regulator-max-microvolt = <3300000>;
> regulator-always-on;
> };
> };
> };
57a111,116
> pwm0: pwm@f002c000 {
> pinctrl-names = "default";
> pinctrl-0 = <&pinctrl_pwm0_pwmh0_0 &pinctrl_pwm0_pwmh1_0>;
> status = "okay";
> };
>
82c141
< cs-gpios = <&pioC 25 0>, <0>, <0>, <&pioD 16 0>;
---
> cs-gpios = <&pioC 25 0>;
104a164
> pinctrl-0 = <&pinctrl_i2c2_pu>;
118a179,190
> pinctrl_i2c0_pu: i2c0_pu {
> atmel,pins =
> <AT91_PIOA 30 AT91_PERIPH_A AT91_PINCTRL_PULL_UP>,
> <AT91_PIOA 31 AT91_PERIPH_A AT91_PINCTRL_PULL_UP>;
> };
>
> pinctrl_i2c2_pu: i2c2_pu {
> atmel,pins =
> <AT91_PIOA 18 AT91_PERIPH_B AT91_PINCTRL_PULL_UP>,
> <AT91_PIOA 19 AT91_PERIPH_B AT91_PINCTRL_PULL_UP>;
> };
>