motorola,mc146818-mfd

Vendor: Motorola, Inc.

Note

An implementation of a driver matching this compatible is available in drivers/mfd/mfd_mc146818.c.

Description

These nodes are “mc146818-mfd” bus nodes.

Motorola MC146818 MFD

The following example displays the node layout
with every possible partial driver included.

mfd: mfd@70 {
  compatible = "motorola,mc146818-mfd";
  reg = <0x70 0x01 0x71 0x01 0x72 0x01 0x73 0x01>;
  rtc: counter: rtc {
    compatible = "motorola,mc146818";
    interrupts = <8 IRQ_TYPE_LOWEST_EDGE_RISING 3>;
    interrupt-parent = <&intc>;
    alarms-count = <1>;

    status = "okay";
  };

  bbram: bbram {
    compatible = "motorola,mc146818-bbram";
    size = <241>;
    status = "okay";
  };
};

Properties

Properties not inherited from the base binding file.

(None)