Searched +full:nand +full:- +full:bcm6368 (Results 1 – 6 of 6) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause3 ---5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Broadcom STB NAND Controller10 - Brian Norris <computersforpeace@gmail.com>11 - Kamal Dasu <kdasu.kdev@gmail.com>12 - William Zhang <william.zhang@broadcom.com>15 The Broadcom Set-Top Box NAND controller supports low-level access to raw NAND16 flash chips. It has a memory-mapped register interface for both control27 -- Additional SoC-specific NAND controller properties --[all …]
1 // SPDX-License-Identifier: GPL-2.0-only9 * Copyright 2000-2010 Broadcom Corporation12 * Copyright 2000-2010 Broadcom Corporation54 void __iomem *mmio = priv->base + BCM6368_NAND_INT; in bcm6368_nand_intc_ack()72 void __iomem *mmio = priv->base + BCM6368_NAND_INT; in bcm6368_nand_intc_set()88 struct device *dev = &pdev->dev; in bcm6368_nand_probe()94 return -ENOMEM; in bcm6368_nand_probe()95 soc = &priv->soc; in bcm6368_nand_probe()97 priv->base = devm_platform_ioremap_resource_byname(pdev, "nand-int-base"); in bcm6368_nand_probe()98 if (IS_ERR(priv->base)) in bcm6368_nand_probe()[all …]
1 // SPDX-License-Identifier: GPL-2.03 #include "dt-bindings/clock/bcm6362-clock.h"4 #include "dt-bindings/reset/bcm6362-reset.h"5 #include "dt-bindings/soc/bcm6362-pm.h"8 #address-cells = <1>;9 #size-cells = <1>;13 #address-cells = <1>;14 #size-cells = <0>;16 mips-hpt-frequency = <200000000>;32 periph_osc: periph-osc {[all …]
1 // SPDX-License-Identifier: GPL-2.03 #include "dt-bindings/clock/bcm6328-clock.h"4 #include "dt-bindings/reset/bcm6328-reset.h"5 #include "dt-bindings/soc/bcm6328-pm.h"8 #address-cells = <1>;9 #size-cells = <1>;13 #address-cells = <1>;14 #size-cells = <0>;16 mips-hpt-frequency = <160000000>;32 periph_osc: periph-osc {[all …]
1 // SPDX-License-Identifier: GPL-2.03 #include "dt-bindings/clock/bcm63268-clock.h"4 #include "dt-bindings/reset/bcm63268-reset.h"5 #include "dt-bindings/soc/bcm63268-pm.h"8 #address-cells = <1>;9 #size-cells = <1>;13 #address-cells = <1>;14 #size-cells = <0>;16 mips-hpt-frequency = <200000000>;32 periph_osc: periph-osc {[all …]
1 // SPDX-License-Identifier: GPL-2.03 #include <linux/clk-provider.h>8 #include <dt-bindings/clock/bcm3368-clock.h>9 #include <dt-bindings/clock/bcm6318-clock.h>10 #include <dt-bindings/clock/bcm6328-clock.h>11 #include <dt-bindings/clock/bcm6358-clock.h>12 #include <dt-bindings/clock/bcm6362-clock.h>13 #include <dt-bindings/clock/bcm6368-clock.h>14 #include <dt-bindings/clock/bcm63268-clock.h>168 .name = "adsl-ubus",[all …]