···44- compatible: Should be "atmel,<chip>-aic"55- interrupt-controller: Identifies the node as an interrupt controller.66- interrupt-parent: For single AIC system, it is an empty property.77-- #interrupt-cells: The number of cells to define the interrupts. It sould be 3.77+- #interrupt-cells: The number of cells to define the interrupts. It should be 3.88 The first cell is the IRQ number (aka "Peripheral IDentifier" on datasheet).99 The second cell is used to specify flags:1010 bits[3:0] trigger type and level flags:
+2-2
Documentation/devicetree/bindings/arm/gic.txt
···42424343Optional4444- interrupts : Interrupt source of the parent interrupt controller on4545- secondary GICs, or VGIC maintainance interrupt on primary GIC (see4545+ secondary GICs, or VGIC maintenance interrupt on primary GIC (see4646 below).47474848- cpu-offset : per-cpu offset within the distributor and cpu interface···7474 virtual interface control register base and size. The 2nd additional7575 region is the GIC virtual cpu interface register base and size.76767777-- interrupts : VGIC maintainance interrupt.7777+- interrupts : VGIC maintenance interrupt.78787979Example:8080
···11* DMA Engine.2233The Octeon DMA Engine transfers between the Boot Bus and main memory.44-The DMA Engine will be refered to by phandle by any device that is44+The DMA Engine will be referred to by phandle by any device that is55connected to it.6677Properties:
···11111212* compatible: should be1313 - "samsung,exynos4210-dw-mshc": for controllers with Samsung Exynos42101414- specific extentions.1414+ specific extensions.1515 - "samsung,exynos4412-dw-mshc": for controllers with Samsung Exynos44121616- specific extentions.1616+ specific extensions.1717 - "samsung,exynos5250-dw-mshc": for controllers with Samsung Exynos52501818- specific extentions.1818+ specific extensions.19192020* samsung,dw-mshc-ciu-div: Specifies the divider value for the card interface2121 unit (ciu) clock. This property is applicable only for Exynos5 SoC's and
···5555 };56565757 Note: This example shows both SoC specific and board specific properties5858- in a single device node. The properties can be actually be seperated5858+ in a single device node. The properties can be actually be separated5959 into SoC specific node and board specific node.
···88 Definition: Must include "fsl,srio" for IP blocks with IP Block99 Revision Register (SRIO IPBRR1) Major ID equal to 0x01c0.10101111- Optionally, a compatiable string of "fsl,srio-vX.Y" where X is Major1111+ Optionally, a compatible string of "fsl,srio-vX.Y" where X is Major1212 version in IP Block Revision Register and Y is Minor version. If this1313- compatiable is provided it should be ordered before "fsl,srio".1313+ compatible is provided it should be ordered before "fsl,srio".14141515 - reg1616 Usage: required
···1717- ti,vsel1-gpio: Gpio for controlling VSEL1 line.1818 If this property is missing, then assume that there is no GPIO1919 for vsel1 control.2020-- ti,vsel0-state-high: Inital state of vsel0 input is high.2020+- ti,vsel0-state-high: Initial state of vsel0 input is high.2121 If this property is missing, then assume the state as low (0).2222-- ti,vsel1-state-high: Inital state of vsel1 input is high.2222+- ti,vsel1-state-high: Initial state of vsel1 input is high.2323 If this property is missing, then assume the state as low (0).24242525Any property defined as part of the core regulator binding, defined in
+1-1
Documentation/devicetree/bindings/rtc/s3c-rtc.txt
···77- reg: physical base address of the controller and length of memory mapped88 region.99- interrupts: Two interrupt numbers to the cpu should be specified. First1010- interrupt number is the rtc alarm interupt and second interrupt number1010+ interrupt number is the rtc alarm interrupt and second interrupt number1111 is the rtc tick interrupt. The number of cells representing a interrupt1212 depends on the parent interrupt controller.1313
···2233The Samsung's Watchdog controller is used for resuming system operation44after a preset amount of time during which the WDT reset event has not55-occured.55+occurred.6677Required properties:88- compatible : should be "samsung,s3c2410-wdt"