diff options
author | Warner Losh <imp@FreeBSD.org> | 2016-09-22 15:17:36 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2016-09-22 15:17:36 +0000 |
commit | fad63e2d459885f4976cbdf133271af9b4348b98 (patch) | |
tree | 9af8d9f009b98e00720f4ec6c14763bc1a8c4562 /sys/gnu/dts/arm/am335x-evm.dts | |
parent | 8588bc08511253782ebd80e3e32fc1adbde8e480 (diff) | |
parent | c7716441be3a4a48aa7b7cdf69a15625c1cd8ef5 (diff) | |
download | src-test2-fad63e2d459885f4976cbdf133271af9b4348b98.tar.gz src-test2-fad63e2d459885f4976cbdf133271af9b4348b98.zip |
Notes
Diffstat (limited to 'sys/gnu/dts/arm/am335x-evm.dts')
-rw-r--r-- | sys/gnu/dts/arm/am335x-evm.dts | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sys/gnu/dts/arm/am335x-evm.dts b/sys/gnu/dts/arm/am335x-evm.dts index 0d6a68ce434a..516673bb023d 100644 --- a/sys/gnu/dts/arm/am335x-evm.dts +++ b/sys/gnu/dts/arm/am335x-evm.dts @@ -519,7 +519,12 @@ pinctrl-0 = <&nandflash_pins_s0>; ranges = <0 0 0x08000000 0x1000000>; /* CS0: 16MB for NAND */ nand@0,0 { + compatible = "ti,omap2-nand"; reg = <0 0 4>; /* CS0, offset 0, IO size 4 */ + interrupt-parent = <&gpmc>; + interrupts = <0 IRQ_TYPE_NONE>, /* fifoevent */ + <1 IRQ_TYPE_NONE>; /* termcount */ + rb-gpios = <&gpmc 0 GPIO_ACTIVE_HIGH>; /* gpmc_wait0 */ ti,nand-ecc-opt = "bch8"; ti,elm-id = <&elm>; nand-bus-width = <8>; @@ -538,12 +543,9 @@ gpmc,access-ns = <64>; gpmc,rd-cycle-ns = <82>; gpmc,wr-cycle-ns = <82>; - gpmc,wait-on-read = "true"; - gpmc,wait-on-write = "true"; gpmc,bus-turnaround-ns = <0>; gpmc,cycle2cycle-delay-ns = <0>; gpmc,clk-activation-ns = <0>; - gpmc,wait-monitoring-ns = <0>; gpmc,wr-access-ns = <40>; gpmc,wr-data-mux-bus-ns = <0>; /* MTD partition table */ |