diff options
| author | Emmanuel Vadot <manu@FreeBSD.org> | 2018-04-20 18:44:52 +0000 |
|---|---|---|
| committer | Emmanuel Vadot <manu@FreeBSD.org> | 2018-04-20 18:44:52 +0000 |
| commit | 29087c4e73c74afd082d107f4cdd648f5c3169ec (patch) | |
| tree | 64e25ca30c2072519bf087c4f6d56b46644e62d2 /src/arm/at91sam9260.dtsi | |
| parent | 16ae49e2bea5badc71c2265966ec2a9b0ba541dc (diff) | |
Notes
Diffstat (limited to 'src/arm/at91sam9260.dtsi')
| -rw-r--r-- | src/arm/at91sam9260.dtsi | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/arm/at91sam9260.dtsi b/src/arm/at91sam9260.dtsi index bc655e7332d65..655f06cd716a6 100644 --- a/src/arm/at91sam9260.dtsi +++ b/src/arm/at91sam9260.dtsi @@ -386,7 +386,9 @@ }; tcb0: timer@fffa0000 { - compatible = "atmel,at91rm9200-tcb"; + compatible = "atmel,at91rm9200-tcb", "simple-mfd", "syscon"; + #address-cells = <1>; + #size-cells = <0>; reg = <0xfffa0000 0x100>; interrupts = <17 IRQ_TYPE_LEVEL_HIGH 0 18 IRQ_TYPE_LEVEL_HIGH 0 @@ -396,7 +398,9 @@ }; tcb1: timer@fffdc000 { - compatible = "atmel,at91rm9200-tcb"; + compatible = "atmel,at91rm9200-tcb", "simple-mfd", "syscon"; + #address-cells = <1>; + #size-cells = <0>; reg = <0xfffdc000 0x100>; interrupts = <26 IRQ_TYPE_LEVEL_HIGH 0 27 IRQ_TYPE_LEVEL_HIGH 0 |
